Dump EEPROM to ensure low level memory access is working correctly

This commit is contained in:
2024-09-20 18:03:34 +02:00
parent 29b0ace897
commit 190ecea855
5 changed files with 57 additions and 9 deletions

View File

@@ -75,7 +75,7 @@ static int Init(void)
PWM_Init();
MOS_Enable(MOS03); // Lights
MOS_Enable(MOS01); // Peltier
//MOS_Enable(MOS01); // Peltier
// MOS_Disable(MOS02); // Heating
// Only FAN01 and FAN02 are receiving the correct
@@ -88,7 +88,7 @@ static int Init(void)
// complicated so it might be worth it to switch to
// something like an ATmega328PB.
PWM_SetValue(FAN01, 20); // Fan Peltier Hot side
PWM_SetValue(FAN01, 50); // Fan Peltier Hot side
PWM_SetValue(FAN02, 50); // Fan Peltier Cold Side
// PWM_SetValue(FAN03, 20); // Fan Heating