Skip to content

Commit

Permalink
Moving the serial port reference to the public memmer to expose it for C
Browse files Browse the repository at this point in the history
calls
  • Loading branch information
madhephaestus committed Jul 15, 2016
1 parent 5230482 commit 53089c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BowlerCom.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,12 @@ void startDebugPint(Stream * port);
byte privateRXCom[comBuffSize];
BYTE_FIFO_STORAGE store;
BowlerPacket Packet;
Stream * comPort;
private:
boolean addedDyIO;
boolean addedPID;
void begin_local(Stream * port);
Stream * comPort;

};
#endif
#endif

0 comments on commit 53089c9

Please sign in to comment.