src/read_sensor.cpp hinzugefügt
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include <Arduino.h>
|
||||
|
||||
|
||||
float get_wind_speed_kn() {
|
||||
int adc = analogRead(A0);
|
||||
|
||||
//todo
|
||||
|
||||
int wert = adc;
|
||||
return wert;
|
||||
}
|
||||
Reference in New Issue
Block a user