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,8 +21,10 @@ board = ${common.board}
|
||||
framework = ${common.framework}
|
||||
upload_speed = ${common.upload_speed}
|
||||
monitor_baud = ${common.monitor_baud}
|
||||
src_filter = +<*> -<examples/> +<examples/pot/>
|
||||
src_filter = +<*> -<examples/> +<examples/pot/> -<inputs/> +<inputs/pot>
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ignore =
|
||||
Ai Esp32 Rotary Encoder
|
||||
|
||||
[env:pot_esp32]
|
||||
platform = espressif32
|
||||
@@ -31,8 +33,10 @@ framework = ${common.framework}
|
||||
build_flags = -std=c++14
|
||||
upload_speed = ${common.upload_speed}
|
||||
monitor_baud = ${common.monitor_baud}
|
||||
src_filter = +<*> -<examples/> +<examples/pot/>
|
||||
src_filter = +<*> -<examples/> +<examples/pot/> -<inputs/> +<inputs/pot>
|
||||
lib_deps = ${common.lib_deps}
|
||||
lib_ignore =
|
||||
Ai Esp32 Rotary Encoder
|
||||
|
||||
[env:rotary_esp32]
|
||||
platform = espressif32
|
||||
@@ -41,6 +45,6 @@ framework = ${common.framework}
|
||||
build_flags = -std=c++14
|
||||
upload_speed = ${common.upload_speed}
|
||||
monitor_baud = ${common.monitor_baud}
|
||||
src_filter = +<*> -<examples/> +<examples/rotary/>
|
||||
src_filter = +<*> -<examples/> +<examples/rotary/> -<inputs/> +<inputs/rotary>
|
||||
lib_deps = ${common.lib_deps}
|
||||
Ai Esp32 Rotary Encoder
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "config.h"
|
||||
#include "Sprocket.h"
|
||||
#include "PotPlugin.h"
|
||||
#include "inputs/pot/PotPlugin.h"
|
||||
|
||||
Sprocket *sprocket;
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "config.h"
|
||||
#include "Sprocket.h"
|
||||
#include "RotaryPlugin.h"
|
||||
#include "inputs/rotary/RotaryPlugin.h"
|
||||
|
||||
Sprocket *sprocket;
|
||||
RotaryPlugin *r1;
|
||||
|
||||
Reference in New Issue
Block a user