Skip to content
Snippets Groups Projects
Commit 9437a72e authored by JangYeon Kim's avatar JangYeon Kim
Browse files

Upload New File

parent 8d89ba7c
No related branches found
No related tags found
1 merge request!3Main
This commit is part of merge request !3. Comments created here will be created in the context of that merge request.
#ifndef __JaeYukBookkom__
#define __JaeYukBookkom__
#define MAX_CONNECT_BOARD 3
#define IN 0
#define OUT 1
#define LOW 0
#define HIGH 1
#define BUFFER_MAX 3
#define DIRECTION_MAX 256
#define VALUE_MAX 256
// GPIO PIN Settings
#define BUTTON_LED 26
#define BUTTON_OUT 19
#define BUTTON_IN 13
#define TIMER_OUT 27
#define TIMER_IN 22
#define SPEAKER 0 // PWM 0
enum WeatherCast
{
Sunny = 0,
Cloud,
Windy,
Rain,
Snow
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment