Update payload_extension.cpp added example code

pull/295/head
Alan Johnston 2 years ago committed by GitHub
parent c0a074acd1
commit 9fcb2724f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,7 +9,7 @@
// put your setup code here
void payload_setup() {
Serial.println("Starting new sensor!");
// Serial.println("Starting new sensor!");
}
@ -17,4 +17,9 @@ void payload_setup() {
// Very Important: only use print, not println!!
void payload_loop() {
/*
Serial1.print(" NEW 0.0"); // send sensor data over serial to Pi Zero
Serial.print(" NEW 0.0"); // send sensor data over serial monitor for testing
*/
}

Loading…
Cancel
Save

Powered by TurnKey Linux.