Commit Graph

18 Commits

Author SHA1 Message Date
0103834441 Implement serial command parser with floating point support 2024-09-22 05:43:26 +02:00
190ecea855 Dump EEPROM to ensure low level memory access is working correctly 2024-09-20 18:08:07 +02:00
29b0ace897 Implement raw EEPROM read and write functionality 2024-09-20 17:08:09 +02:00
2cb677445d Define basic EEPROM data structures and functions 2024-09-20 15:43:54 +02:00
d18b6072ba Define conversion functions for TD, T and RH 2024-09-19 15:17:06 +02:00
b118631500 Minor coding style and consistency fixes 2024-09-05 22:51:55 +02:00
d1a25c4bd3 Start implementing watchdog timer 2024-09-05 15:19:36 +02:00
b9443f8cec Read and translate AHT20 sensor readings 2024-09-04 00:12:08 +02:00
0110c22455 Add more general SetMosState() and SetPwmValue() functions 2024-09-03 00:52:39 +02:00
4453156641 Configure PWM timers for 25 KHz 2024-09-02 23:12:19 +02:00
d60efc009e Handle PWM on pin PD4, PD5 and PD7 2024-09-02 20:50:09 +02:00
3f336798c3 Handle I2C multiplexer channel selection 2024-09-02 03:07:44 +02:00
19983fb613 Implement USART with bot RX and TX interrupts 2024-09-02 01:03:59 +02:00
9a3ae27a5f Rewrite logging system and sync state with clients 2024-08-28 02:36:35 +02:00
b90545b148 Handle numeric arguments for TEMP/DEWP commands 2024-08-28 00:26:45 +02:00
0f5a383f14 Test USART reading 2024-08-27 00:38:12 +02:00
42792bfdf8 Implement basic UART reading 2024-08-26 19:01:40 +02:00
0505401d0b Move UART implementation to seperate module 2024-08-26 17:30:33 +02:00