Commit Graph

7 Commits

Author SHA1 Message Date
Martin Preuss
0db8a14972 avr: added code and messages for device information.
- send firmware information in DEVICE message
- introduced new version of VALUE message (sending UID now instead of
  timestamp)
- make SENDSTATS and RECVSTATS messages also send UID instead of timestamp
2023-03-19 23:20:16 +01:00
Martin Preuss
1adb74aaef comproto: simplified some enqueue routines. Renamed i2c to twi.
- simplified CPRO_EnqueueComSendStats
- simplified CPRO_EnqueueValue
- renamed i2c to twi
2023-02-05 15:37:47 +01:00
Martin Preuss
e0d392c895 Moved protocol stuff into comproto.asm. 2023-02-04 00:56:29 +01:00
Martin Preuss
e8ae7be6c4 TWI master: Added remarks. 2023-02-02 00:42:04 +01:00
Martin Preuss
cf7598fc92 twi_master: add routine twiReceiveByteSendAck. 2023-01-30 01:02:31 +01:00
Martin Preuss
153ba88c08 Increased I2C speed. Added twiSendByteExpectAck. 2023-01-29 15:46:58 +01:00
Martin Preuss
76ff30ddf1 TWIMASTER: Added two-wire-master code (bitbang). 2023-01-28 00:10:10 +01:00