Commit Graph

5 Commits

Author SHA1 Message Date
Sebastian H. Gabrielli
e1c607514b Merge branch 'add-uart' into command-handler 2024-03-20 11:20:22 +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
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