| 117 | } |
| 118 | |
| 119 | bool isCharging() { |
| 120 | return bq.getIsCharging(); // Return the charging status from BQ27220 |
| 121 | } |
| 122 | |
| 123 | /********************************************************************* |
| 124 | ** Function: setBrightness |
nothing calls this directly
no test coverage detected