hocclk: basic aotag support along with other changes

This commit is contained in:
souldbminersmwc
2026-05-02 21:11:54 -04:00
parent c998aa78ae
commit af4f00f682
8 changed files with 598 additions and 30 deletions

View File

@@ -33,6 +33,8 @@
#include "board.hpp"
#include "../soctherm.hpp"
#include "bq24193.hpp"
#include "../aotag.hpp"
namespace board {
s32 GetTemperatureMilli(HocClkThermalSensor sensor) {
@@ -48,7 +50,8 @@ namespace board {
break;
}
case HocClkThermalSensor_PCB: {
millis = tmp451TempPcb();
millis = aotag::getTemp();
// = tmp451TempPcb();
break;
}
case HocClkThermalSensor_Skin: {