- Initial commit of base firmware - which is still very raw
This commit is contained in:
25
Firmware/INA260.h
Normal file
25
Firmware/INA260.h
Normal 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
|
||||
Reference in New Issue
Block a user