Sebastian H. Gabrielli
|
a9fec3f661
|
Merge branch 'command-handler'
|
2024-04-16 17:02:59 +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 |
|
|
|
1b8ca0c7f6
|
Merge branch 'voltage-reading' into main
|
2024-04-09 16:20:46 +02:00 |
|
|
|
a9f5c42243
|
Fix comments
|
2024-04-09 13:37:38 +02:00 |
|
|
|
81ebcd2c79
|
Merge branch 'eeprom' into main
|
2024-04-09 12:33:46 +02:00 |
|
Inamr
|
b862266362
|
Sync changes and added func for both voltages
|
2024-03-20 15:45:24 +01:00 |
|
|
|
1b6294b04b
|
Fix overflow
uint8_t -> uint16_t
|
2024-03-20 14:18:45 +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 |
|
|
|
4a8b6137d1
|
Change namingsheme
|
2024-03-13 11:48:58 +01:00 |
|
|
|
c48f87bcea
|
write to update, and uart away.
|
2024-03-13 10:34:46 +01:00 |
|
Inamr
|
4105c1ff04
|
moved voltage fram main to c file
|
2024-03-12 13:37:29 +01:00 |
|
Inamr
|
9a38ea8911
|
Fix merge issues
|
2024-03-12 13:13:06 +01:00 |
|
Inamr
|
d8bd6917f6
|
Merge remote-tracking branch 'origin/main' into voltage-reading
|
2024-03-12 12:57:20 +01:00 |
|
Inamr
|
8f63e7b0c3
|
Dont work
|
2024-03-11 15:48:20 +01:00 |
|
|
|
bd424b78d1
|
fix source files
|
2024-03-06 15:49:48 +01:00 |
|
Sebastian H. Gabrielli
|
06beadfe68
|
Add UART functionality
|
2024-03-06 15:36:24 +01:00 |
|
|
|
27d8d44d34
|
Fix eeprom
EEPROM works
|
2024-03-06 15:24:34 +01:00 |
|
Inamr
|
e66d1979bb
|
added shit
|
2024-03-06 15:16:01 +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 |
|
Inamr
|
bf5c83de2a
|
try to figure out how stuff works
|
2024-03-06 14:58:06 +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 |
|