summaryrefslogtreecommitdiff
path: root/include/config.h
blob: 5e546545476407364e4e12d3b001a1b580a9db5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CONFIG_H
#define CONFIG_H

#define PWM 13

#define LED_SCL 33
#define LED_SDA 34
#define LED_RES 35
#define LED_DC 36
#define LED_CS 37

#define DS_DATA 39

#endif