mirror of
https://gitlab.com/wirelos/sprocket-plugin-gpio.git
synced 2025-12-14 13:26:48 +01:00
reorder files
This commit is contained in:
@@ -21,9 +21,11 @@ board = ${common.board}
|
|||||||
framework = ${common.framework}
|
framework = ${common.framework}
|
||||||
upload_speed = ${common.upload_speed}
|
upload_speed = ${common.upload_speed}
|
||||||
monitor_baud = ${common.monitor_baud}
|
monitor_baud = ${common.monitor_baud}
|
||||||
src_filter = +<*> -<examples/> +<examples/pot/>
|
src_filter = +<*> -<examples/> +<examples/pot/> -<inputs/> +<inputs/pot>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
|
lib_ignore =
|
||||||
|
Ai Esp32 Rotary Encoder
|
||||||
|
|
||||||
[env:pot_esp32]
|
[env:pot_esp32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
@@ -31,8 +33,10 @@ framework = ${common.framework}
|
|||||||
build_flags = -std=c++14
|
build_flags = -std=c++14
|
||||||
upload_speed = ${common.upload_speed}
|
upload_speed = ${common.upload_speed}
|
||||||
monitor_baud = ${common.monitor_baud}
|
monitor_baud = ${common.monitor_baud}
|
||||||
src_filter = +<*> -<examples/> +<examples/pot/>
|
src_filter = +<*> -<examples/> +<examples/pot/> -<inputs/> +<inputs/pot>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
|
lib_ignore =
|
||||||
|
Ai Esp32 Rotary Encoder
|
||||||
|
|
||||||
[env:rotary_esp32]
|
[env:rotary_esp32]
|
||||||
platform = espressif32
|
platform = espressif32
|
||||||
@@ -41,6 +45,6 @@ framework = ${common.framework}
|
|||||||
build_flags = -std=c++14
|
build_flags = -std=c++14
|
||||||
upload_speed = ${common.upload_speed}
|
upload_speed = ${common.upload_speed}
|
||||||
monitor_baud = ${common.monitor_baud}
|
monitor_baud = ${common.monitor_baud}
|
||||||
src_filter = +<*> -<examples/> +<examples/rotary/>
|
src_filter = +<*> -<examples/> +<examples/rotary/> -<inputs/> +<inputs/rotary>
|
||||||
lib_deps = ${common.lib_deps}
|
lib_deps = ${common.lib_deps}
|
||||||
Ai Esp32 Rotary Encoder
|
Ai Esp32 Rotary Encoder
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "Sprocket.h"
|
#include "Sprocket.h"
|
||||||
#include "PotPlugin.h"
|
#include "inputs/pot/PotPlugin.h"
|
||||||
|
|
||||||
Sprocket *sprocket;
|
Sprocket *sprocket;
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "Sprocket.h"
|
#include "Sprocket.h"
|
||||||
#include "RotaryPlugin.h"
|
#include "inputs/rotary/RotaryPlugin.h"
|
||||||
|
|
||||||
Sprocket *sprocket;
|
Sprocket *sprocket;
|
||||||
RotaryPlugin *r1;
|
RotaryPlugin *r1;
|
||||||
|
|||||||
Reference in New Issue
Block a user