You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
zavlaha-kzk/src/pinout.h

30 lines
581 B

/**
* TODO file description
*/
#ifndef ZAVLAHA_PINOUT_H
#define ZAVLAHA_PINOUT_H
#define PIN_LED PICO_DEFAULT_LED_PIN // 25
#define PIN_RE1 18
#define PIN_RE2 19
#define PIN_RE3 20
#define PIN_RE4 21
#define PIN_RE5 22
#define PIN_RE6 26
#define PIN_MOISTURE 28
#define ADC_NUM_MOISTURE 2 // ADC2
#define PIN_I2C_SDA 16
#define PIN_I2C_SCL 17
#define PIN_LCD_RS 6
#define PIN_LCD_RW 7
#define PIN_LCD_E 8
#define PIN_LCD_D4 9
#define PIN_LCD_D5 10
#define PIN_LCD_D6 11
#define PIN_LCD_D7 12
#endif //ZAVLAHA_PINOUT_H