update to inputs
This commit is contained in:
parent
c3075141fb
commit
9578c81dc0
@ -1 +1 @@
|
||||
Subproject commit c82c9adf321b6e653c8069758f226d931fc39d9f
|
||||
Subproject commit 8bc5a982d1d8ff909136af73541df7a05471266d
|
||||
@ -1,10 +1,21 @@
|
||||
dependencies:
|
||||
espressif/led_strip:
|
||||
component_hash: 28621486f77229aaf81c71f5e15d6fbf36c2949cf11094e07090593e659e7639
|
||||
dependencies:
|
||||
- name: idf
|
||||
require: private
|
||||
version: '>=5.0'
|
||||
source:
|
||||
registry_url: https://components.espressif.com/
|
||||
type: service
|
||||
version: 3.0.3
|
||||
idf:
|
||||
source:
|
||||
type: idf
|
||||
version: 6.0.0
|
||||
direct_dependencies:
|
||||
- espressif/led_strip
|
||||
- idf
|
||||
manifest_hash: 358b3aa9e74271a73347d172c5db1dd47acf31327fbda2257d6bdd67a24e3d2a
|
||||
manifest_hash: d8fb11fe9d2246f588be185955562c86050e5dc4c222815277426614f2136bfe
|
||||
target: esp32s3
|
||||
version: 3.0.0
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
dependencies:
|
||||
## Required IDF version
|
||||
idf:
|
||||
version: ">=6.0.0"
|
||||
version: '>=6.0.0'
|
||||
# # Put list of dependencies here
|
||||
# # For components maintained by Espressif:
|
||||
# component: "~1.0.0"
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
#include "esp_system.h"
|
||||
#include "blk_box.h"
|
||||
#include "blk_box_drivers/i2c.h"
|
||||
#include "blk_box_drivers/expander.hpp"
|
||||
#include "blk_box_drivers/inputs.hpp"
|
||||
|
||||
extern "C" void app_main(void) {
|
||||
BlkBoxInitConfig blk_box_cfg = {};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user