Skip to content

Commit

Permalink
Fixes a problem that prevents compilation on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyu-Zhao committed Jul 28, 2022
1 parent 0e824c3 commit 0fc7fff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type": "git",
"url": "https://github.com/m5stack/M5Unit-Sonic.git"
},
"version": "0.0.1",
"version": "0.0.2",
"frameworks": "arduino",
"platforms": "espressif32"
}
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=M5Unit-Sonic
version=0.0.1
version=0.0.2
author=M5Stack
maintainer=M5Stack
sentence=Library for M5Stack Unit Sonic series
Expand Down
4 changes: 2 additions & 2 deletions src/Unit_Sonic.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
*
* @Links [Unit Sonic I2C](https://docs.m5stack.com/en/unit/sonic.i2c)
* @Links [Unit Sonic IO](https://docs.m5stack.com/en/unit/sonic.io)
* @version V0.0.1
* @version V0.0.2
* @date 2022-07-21
*/
#ifndef _UNIT_SONIC_H_
#define _UNIT_SONIC_H_

#include "Arduino.h"
#include "Wire.h"
#include "Pins_Arduino.h"
#include "pins_arduino.h"

class SONIC_I2C {
private:
Expand Down

0 comments on commit 0fc7fff

Please sign in to comment.