first commit
This commit is contained in:
24
include/labs/Lab2_1.h
Normal file
24
include/labs/Lab2_1.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef LAB2_1_H
|
||||
#define LAB2_1_H
|
||||
|
||||
#include <Arduino.h>
|
||||
#include <Arduino_FreeRTOS.h>
|
||||
#include "drivers/LEDController.h"
|
||||
#include "drivers/ButtonController.h"
|
||||
#include "drivers/LCDController.h"
|
||||
|
||||
#define BUTTON_TOGGLE_PIN 13
|
||||
#define BUTTON_INCREMENT_PIN 11
|
||||
#define BUTTON_DECREMENT_PIN 12
|
||||
#define LED_PIN 22
|
||||
#define LED_BLINK_PIN 24
|
||||
#define RS 31
|
||||
#define EN 33
|
||||
#define D4 35
|
||||
#define D5 37
|
||||
#define D6 39
|
||||
#define D7 41
|
||||
|
||||
void Lab2_1Task(void* pv);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user