scottgchin / delta5_race_timer

Multi-node video transmitter race timer for drone racing
MIT License
159 stars 62 forks source link

Add NODE_NUMBER define #72

Open ethomas997 opened 6 years ago

ethomas997 commented 6 years ago

Adds a NODE_NUMBER define so node ID can be entered as 1 to 8 value instead of I2C address.

--ET

punkkills commented 6 years ago

This seems good to me.

scottgchin commented 6 years ago

I get what this is doing, but is it an issue? If implemented, should we also change the timing server display? It shows the node numbering starting at 0.

ethomas997 commented 6 years ago

Being able to specify it as 1-8 makes the Arduino-flashing process easier.

ethomas997 commented 6 years ago

Also, just modified the doc to reference the new NODE_NUMBER define.

ethomas997 commented 5 years ago

Rebased to master-20181112