Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. * Spica Rev00 board Battery Table
  2. */
  3. #define BATT_CAL 2447 /* 3.60V */
  4.  
  5. #define BATT_MAXIMUM 406 /* 4.176V */
  6. #define BATT_FULL 353 /* 4.10V */
  7. #define BATT_SAFE_RECHARGE 353 /* 4.10V */
  8. #define BATT_ALMOST_FULL 188 /* 3.8641V */ //322 /* 4.066V */
  9. #define BATT_HIGH 112 /* 3.7554V */ //221 /* 3.919V */
  10. #define BATT_MED 66 /* 3.6907V */ //146 /* 3.811V */
  11. #define BATT_LOW 43 /* 3.6566V */ //112 /* 3.763V */
  12. #define BATT_CRITICAL 8 /* 3.6037V */ //(74) /* 3.707V */
  13. #define BATT_MINIMUM (-28) /* 3.554V */ //(38) /* 3.655V */
  14. #define BATT_OFF (-128) /* 3.4029V */ //(-103) /* 3.45V */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement