5 Commits

Author SHA1 Message Date
RedHawk
b891695bfc temperature: Fixing issues.
*We are running out of memory.
*Less safe I2C transaction.
*Discovered a bug in clock.
2023-05-18 23:52:08 +03:00
RedHawk
48d577f8fb I2C: Fixing pin Muxing. #15 2023-04-18 12:01:12 +03:00
RedHawk
88d68aac56 I2C: Adapted 15xx wrapper to 11u6x. #15
* Refactured class initialisation.
* Refactured I2C::I2CM_XferBlocking() function.
* (!Chip_I2CM_IsMasterPending(pI2C)) -> (Chip_I2CM_StateChanged(pI2C) == 0)
2023-04-16 16:00:35 +03:00
RedHawk
c662936689 peripherals: Commented out until fixed.
Peripherals were following old lpc chip pinout (lpc15xx). We have different (lpc11u6x). I decided to comment them out until we figure out correct pinout. (project should always build in master)
2023-04-06 11:12:47 +03:00
Vasily Davydov
0f45c4adbb peripherals: add I2C lib [#2] 2023-04-04 22:24:43 +03:00