Skip to content

Commit

Permalink
Add multiple devices demo(WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed Sep 5, 2024
1 parent c2592cf commit ad00e54
Show file tree
Hide file tree
Showing 33 changed files with 2,774 additions and 2 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,19 @@

**Work in progress**



---
## How to build (demo)

### Connection configuration
* Core - PaHub2(0x71) - [ 0:Vmeter 1:TVOC 2:ENV3 3:HEART]

### Build
1. Using PlatformIO
1. Open - This project
1. Choose [Upload] or [Upload and Monitor] in MutipleDevices_Core / Core2/ CoreS3


I know there are some unadjusted parts and some glitches, but you can try it.

7 changes: 7 additions & 0 deletions examples/demo/MultipleDevices/MultipleDevices.ino
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/*
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
*
* SPDX-License-Identifier: MIT
*/
#include "main/MultipleDevices.cpp"

Loading

0 comments on commit ad00e54

Please sign in to comment.