This program controls the Power Management Circuit Board Revision A.

Dependencies:   PCAL955x mbed

Fork of PCAL9555_Hello by InetrfaceProducts NXP

Battery_Functions.h

Committer:
rvasquez6089
Date:
2017-03-30
Revision:
4:df821f0e9ad7
Parent:
3:42d01cfd6477

File content as of revision 4:df821f0e9ad7:

#ifndef BATTERY_FUNCTIONS_H
#define BATTERY_FUNCTIONS_H

#include "mbed.h"
#include "PCAL9555.h"

class Battery
{
    private:
        
        
    
    
    

float get






#endif