first commit
This commit is contained in:
19
include/labs/Lab3_2.h
Normal file
19
include/labs/Lab3_2.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef LAB3_2_H
|
||||
#define LAB3_2_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <Arduino_FreeRTOS.h>
|
||||
#include "drivers/LCDController.h"
|
||||
#include "drivers/ThermistorController.h"
|
||||
|
||||
#define THERMISTOR_PIN A2
|
||||
#define RS 31
|
||||
#define EN 33
|
||||
#define D4 35
|
||||
#define D5 37
|
||||
#define D6 39
|
||||
#define D7 41
|
||||
|
||||
void Lab3_2Task(void* pv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user