Browse Source

Updated README.md

master
Englebert 7 months ago
parent
commit
249871932f
  1. 26
      README.md

26
README.md

@ -1,9 +1,6 @@
### TODO
1. To have a total flight time used record
2. To have a current flight time (Each armed will be reset)
3. To have a current total flight time
4. To have a total runtime
5. To have a total runtime after charged. Meaning each charging will reset this counter. Also when is charging time, this counter will be remains zero.
6. ESPNow configuration
### I2C MODULES
1. Touch Sensors
@ -29,3 +26,24 @@ bool ADS1X15::begin(int sda, int scl)
return true;
}
### Software Process
taskDisplay -> screen modes
### EEPROM Memory Mapping
0x00 - Identifier
0x01 - MAC Addr
0x02 - MAC Addr
0x03 - MAC Addr
0x04 - MAC Addr
0x05 - MAC Addr
0x06 - MAC Addr
0x07 - ESPNow Channel
Channel 0: For pairing use only.
Channel 1 ~ 14: Operation channels.
Loading…
Cancel
Save