forked from electro/esp-irblaster
add atuators control & init
This commit is contained in:
+23
-7
@@ -1,17 +1,33 @@
|
||||
menu "IRBLASTER Configuration"
|
||||
|
||||
menu "Pin mapping"
|
||||
config PIN_I2C_SDA0
|
||||
int "I2C0 SDA"
|
||||
config PIN_BUZZER
|
||||
int "Buzzer pin"
|
||||
default 16
|
||||
|
||||
config PIN_LED
|
||||
int "LED pin"
|
||||
default 17
|
||||
|
||||
config PIN_BLIND
|
||||
int "Blind open pin"
|
||||
default 18
|
||||
|
||||
config PIN_I2C_SCL0
|
||||
int "I2C0 SCL"
|
||||
config PIN_PWM
|
||||
int "Motor PWM pin"
|
||||
default 19
|
||||
|
||||
config PIN_IRLED
|
||||
int "IR LED"
|
||||
default 17
|
||||
config PIN_DIR
|
||||
int "Motor direction pin"
|
||||
default 20
|
||||
|
||||
config PIN_1WIRE_1
|
||||
int "1Wire 1 (indoor)"
|
||||
default 21
|
||||
|
||||
config PIN_1WIRE_2
|
||||
int "1Wire 2 (outdoor)"
|
||||
default 22
|
||||
endmenu
|
||||
|
||||
menu "Console"
|
||||
|
||||
Reference in New Issue
Block a user