hocclk: major code refactor

move everything into its own directory, clean codebase up a lot
This commit is contained in:
souldbminersmwc
2026-05-08 22:43:14 -04:00
parent 65dfa8f48a
commit 3ca1f17e4d
78 changed files with 138 additions and 263 deletions

View File

@@ -21,8 +21,8 @@
*/
#include <notification.h>
#include "../mem_map.hpp"
#include "../file_utils.hpp"
#include "../mapping/mem_map.hpp"
#include "../file/file_utils.hpp"
#include "tsensor_common.hpp"
#include "aotag.hpp"

View File

@@ -19,6 +19,7 @@
#include "../board/board.hpp"
#include <i2c.h>
#include "../i2c/i2cDrv.h"
namespace bq24193 {
#define BQ24193_I2C_ADDR 0x6B

View File

@@ -23,8 +23,8 @@
#include <switch.h>
#include <hocclk.h>
#include "../board/board.hpp"
#include "../file_utils.hpp"
#include "../mem_map.hpp"
#include "../file/file_utils.hpp"
#include "../mapping/mem_map.hpp"
#include "soctherm.hpp"
#include "tsensor_common.hpp"