Project

General

Profile

Statistics
| Branch: | Revision:

root / arduino-1.0 / libraries / Firmata / TODO.txt @ 58d82c77

History | View | Annotate | Download (558 Bytes)

1

    
2
- make Firmata a subclass of HardwareSerial
3

    
4
- per-pin digital callback, since the per-port callback is a bit complicated
5
  for beginners (maybe Firmata is not for beginners...)
6

    
7
- simplify SimpleDigitalFirmata, take out the code that checks to see if the
8
  data has changed, since it is a bit complicated for this example.  Ideally
9
  this example would be based on a call
10

    
11
- turn current SimpleDigitalFirmata into DigitalPortFirmata for a more complex
12
  example using the code which checks for changes before doing anything
13

    
14
- test integration with Wiring