Skip to content
Snippets Groups Projects
Commit 9a1639ac authored by Dorababu A's avatar Dorababu A
Browse files

Adding starting byte in serial print

parent 694ae353
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@ void blink_led() {
/*--------- Send raw data to serial port----*/
void serialPrintFPdata() {
// Serial init byte
Serial.println(1);
for (uint16_t i = 0; i < 25600; i++) {
// Serial.print(i);
// Serial.print('\t');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment