Add ADS1X15 code

This commit is contained in:
2021-11-28 12:19:21 +01:00
parent b42ad028ed
commit e37b1120ff
5 changed files with 45 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include "ADS1X15.h"
#include "board.h"
#define SENSORINTERVAL 250
void initSensor(void);
void handleSensor(void);