Sebastian H. Gabrielli
|
d215e204d4
|
Rename files & re-factor to pretty up project
|
2024-04-30 11:37:21 +02:00 |
|
Sebastian H. Gabrielli
|
d31f03b6c7
|
Delete unused EEPROM code & update comments
We don't use a lot of the written EEPROM code.
This unused code has now been deleted
|
2024-04-28 20:21:56 +02:00 |
|
Sebastian H. Gabrielli
|
6acdb2beb6
|
Rename receive buffer for better clarity & add comment
|
2024-04-28 20:14:27 +02:00 |
|
Sebastian H. Gabrielli
|
9fd877aab5
|
Command handing works!
The command handler can now receive a command, then it can run a
function / return some data based on it.
|
2024-04-16 15:30:38 +02:00 |
|
Sebastian H. Gabrielli
|
8e3607cbda
|
Store and hold I2C data
I2C data is now stored until stop is sent, then printed.
|
2024-03-20 13:24:55 +01:00 |
|
Sebastian H. Gabrielli
|
4e0b810346
|
Functioning I2C slave data receive
The slave now receives and prints data successfully.
|
2024-03-20 13:00:40 +01:00 |
|
Sebastian H. Gabrielli
|
ac78f33c98
|
Create basic i2c skeleton with interrupts
I2C init function has been created.
Interrupts have been made for each I2C interrupt. Which interrupt does
what is currently unknown.
See #1
|
2024-03-06 14:58:49 +01:00 |
|