- Initial commit of base firmware - which is still very raw

This commit is contained in:
2025-08-18 09:46:18 +02:00
parent 9d7afd129f
commit 7da2b4415f
75 changed files with 12872 additions and 0 deletions

25
Firmware/INA260.h Normal file
View File

@@ -0,0 +1,25 @@
/*
* File: INA260.h
* Created: Created: Sunday August 2025 21:52:19
* Author: Chris
*/
#ifndef INA260_H
#define INA260_H
// ============================================================================================
// Includes
// ============================================================================================
// Defines
// ============================================================================================
// Datatypes
// ============================================================================================
// Function Declarations
void INA260_Init();
#endif // INA260_H