refactored added new LCD

This commit is contained in:
2021-07-19 07:28:49 +02:00
commit 4af72b1710
21 changed files with 3527 additions and 0 deletions

9
lcd.h Normal file
View File

@@ -0,0 +1,9 @@
#pragma once
#include "Arduino.h"
#include "particles.h"
void initLCD();
void handleLCD();
void plotNeedle(int16_t angle, uint16_t ms_delay, uint32_t value);