1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Adding #ifdef guard to WProgram.h to prevent multiple #includes.

Removing Print class inheritance from Firmata since it's not clear that it can be implemented in a way that's compatible with the Firmata protocol and the Print class interface.
This commit is contained in:
David A. Mellis
2008-09-15 21:09:13 +00:00
parent 236fcbb122
commit 362b952a68
2 changed files with 6 additions and 1 deletions

View File

@ -67,7 +67,7 @@ extern "C" {
// TODO make it a subclass of HardwareSerial
class FirmataClass : public Print
class FirmataClass
{
public:
FirmataClass();