We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d07304d commit 16dcb61Copy full SHA for 16dcb61
src/M5CoreS3.h
@@ -8,9 +8,9 @@
8
9
namespace m5 {
10
class M5CoreS3 {
11
- private:
+private:
12
/* data */
13
- public:
+public:
14
void begin();
15
void begin(m5::M5Unified::config_t cfg);
16
@@ -26,7 +26,7 @@ class M5CoreS3 {
26
27
Mic_Class &Mic = M5.Mic;
28
29
- Button_Class &BtnPWR = M5.BtnPWR;
+ Button_Class &BtnPWR = M5.getButton(4);
30
31
/// for internal I2C device
32
I2C_Class &In_I2C = m5::In_I2C;
src/utility/GC0308.h
@@ -5,8 +5,8 @@
5
#include "esp_camera.h"
6
7
class GC0308 {
camera_fb_t* fb;
sensor_t* sensor;
camera_config_t* config;
0 commit comments