Commit Graph

9 Commits

Author SHA1 Message Date
Martin Preuss
7490167694 avr: cleanup, added labels to calculate module sizes. 2023-04-08 18:18:19 +02:00
Martin Preuss
56c11b959e avr: add copyright notices. 2023-04-08 13:05:05 +02:00
Martin Preuss
c41d6fa45a 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
746cec2d45 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
5b15b5ef9f Moved protocol stuff into comproto.asm. 2023-02-04 00:56:29 +01:00
Martin Preuss
6a0ebe6eb8 TWI master: Added remarks. 2023-02-02 00:42:04 +01:00
Martin Preuss
4864d16482 twi_master: add routine twiReceiveByteSendAck. 2023-01-30 01:02:31 +01:00
Martin Preuss
2f1a915390 Increased I2C speed. Added twiSendByteExpectAck. 2023-01-29 15:46:58 +01:00
Martin Preuss
d80c0299a3 TWIMASTER: Added two-wire-master code (bitbang). 2023-01-28 00:10:10 +01:00