Current SPAD.neXt Release: 0.9.12.123

This forum has closed. Please join our Discord Community.

SPAD.neXt online services are no longer available for SPAD.neXt Versions < 0.9.11.5

Search found 1 match

by karuchie
12 Nov 2020, 01:40
Forum: Hardware
Topic: Some hints for Arduino + SPAD.next (FS2020)
Replies: 8
Views: 9849

Re: Some hints for Arduino + SPAD.next (FS2020)

example: //add Global variable long altitude; enum{ //add kAltitude = 12, } void attachCommandCallbacks(){ //add messenger.attach(kAltitude , onAltitudeLockChanged); } if (strcmp(szRequest, "CONFIG") == 0) { //add messenger.sendCmdStart(kCommand); messenger.sendCmdArg("SUBSCRIBE"); messenger.sendCmd...