Commit Graph

13 Commits

Author SHA1 Message Date
Sebastian H. Gabrielli
7e59368252 Implement handling reading more than one byte 2024-04-16 15:35:43 +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
e1c607514b Merge branch 'add-uart' into command-handler 2024-03-20 11:20:22 +01:00
Sebastian H. Gabrielli
7dd8b67378 Add comments 2024-03-06 15:55:56 +01:00
Sebastian H. Gabrielli
06beadfe68 Add UART functionality 2024-03-06 15:36:24 +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
Sebastian H. Gabrielli
45bc800397 Implement command parser up to second parameter
The command parser has been implemented for all options other than the
config option.

See #1
2024-03-06 13:51:52 +01:00
Sebastian H. Gabrielli
06d5c3c464 Create basic command handler skeleton
The groundwork for the command handler has been created.
2024-03-06 13:20:10 +01:00
Sebastian H. Gabrielli
39c91a18dd Create MPLabX project 2024-03-06 12:34:22 +01:00
47655601ca Add .gitignore 2024-02-28 11:53:49 +00:00
b7199d56e7 Initial commit 2024-02-28 11:53:01 +00:00