2023-08-04 19:34:51 +02:00
|
|
|
; Project configuration file
|
|
|
|
|
|
|
|
[config]
|
|
|
|
; Hardware Serial baud rate
|
|
|
|
; Also available in the code as `MONITOR_SPEED`
|
|
|
|
monitor_speed = 115200
|
|
|
|
|
|
|
|
; Software Config
|
|
|
|
; note: additionnal flags are added by Platform.io (see total amount in `.vscode/c_cpp_properties.json` in the `defines` section)
|
|
|
|
; notworthy ones:
|
|
|
|
; __PLATFORMIO_BUILD_DEBUG__ = debug mode
|
|
|
|
build_flags =
|
|
|
|
; DO NOT TOUCH --- START
|
|
|
|
-D MONITOR_SPEED=${config.monitor_speed}
|
|
|
|
; DO NOT TOUCH --- END
|
|
|
|
|
|
|
|
-D EXAMPLE_NUMBER=69
|
|
|
|
|
|
|
|
-D EXAMPLE_STRING=\"Pouet\"
|
2023-08-05 11:48:44 +02:00
|
|
|
|
2023-10-20 18:32:17 +02:00
|
|
|
-D DEBUG
|
|
|
|
|
|
|
|
-D ENCODER_SWITCH=D5
|
|
|
|
-D ENCODER_DT=D6
|
|
|
|
-D ENCODER_CLK=D7
|
2023-10-20 20:51:54 +02:00
|
|
|
|
|
|
|
-D PIXEL_PIN=4
|
|
|
|
-D PIXEL_COUNT=24
|