Create payload_extension.cpp with blank sensor info

pull/294/head
Alan Johnston 2 years ago committed by GitHub
parent 5e627339b5
commit 190c60ca99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,19 @@
// Use this template for adding additional sensors
// put your library includes here
#include "Arduino.h"
// put your globals here
// put your setup code here
void payload_setup() {
Serial.println("Starting new sensor!");
}
// put your loop code here
// Very Important: only use print, not println!!
void payload_loop() {
}
Loading…
Cancel
Save

Powered by TurnKey Linux.