Implementation mistake: definition not in specification(batteryMode)

*Delete batteryMode
*Add     powerMode
This commit is contained in:
Mori Naoyuki
2019-03-06 00:05:34 +09:00
parent 3206449d09
commit fbc290a7fe
3 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -188,16 +188,16 @@ void POWER::reset() {
**構文:**
<mark>bool batteryMode(bool en)</mark>
<mark>bool boostMode(bool en)</mark>
**説明:**
バッテリーの供給状態を設定します
電源の供給状態を設定します
**定義:**
```arduino
bool batteryMode(bool en){
bool boostMode(bool en){
uint8_t data;
Wire.beginTransmission(IP5306_ADDR);