-
make fails with the following messages:
> firmata_test.cpp:20:9: warning: unknown pragma ignored [-Wunknown-pragmas]
> #pragma implementation "firmata_test.h"
> ^
> firmata_test.cpp:23:1…
-
```
What change would like to see?
TwoWire.end() function that disables I2C and returns both pins to normal
operation.
Why?
So the pins can be reused
Would this cause any incompatibilities with p…
-
```
Arduino Service should be made compatible with the Firmata protocol
```
Original issue reported on code.google.com by `supert...@gmail.com` on 20 Oct 2011 at 5:34
-
```
What change would like to see?
TwoWire.end() function that disables I2C and returns both pins to normal
operation.
Why?
So the pins can be reused
Would this cause any incompatibilities with p…
-
```
What change would like to see?
TwoWire.end() function that disables I2C and returns both pins to normal
operation.
Why?
So the pins can be reused
Would this cause any incompatibilities with p…
-
```
Arduino Service should be made compatible with the Firmata protocol
```
Original issue reported on code.google.com by `supert...@gmail.com` on 20 Oct 2011 at 5:34
-
Hello!
I am sorry if this is an obvious question, but I have been trying to control Braccio from Tinkerkit with firmata.js, but the servoWrite function has no effect on it.
I have uploaded Standard…
cnizo updated
6 years ago
-
Hi,
I would love to see this firmata patch to work together with openframeworks. However it isn't yet. Btw I'm on the dev branch (since I thought it was the latest that had updates), using a mac 10.…
-
StandardFirmataPlus is a variant of Firmata (for Arduinos, at least in this case) which includes extra features which require a more powerful Arduino than the basic StandardFirmata.
I'd like to tr…
-
based on this discussion: https://github.com/firmata/arduino/issues/257#issuecomment-216350738
Would it make sense to use the otherwise unused (in most firmata devices) EEPROM as a simple key-value …