root/include/battery.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef BATTERY_H
   2 #define BATTERY_H
   3 
   4 // CHDK Battery status interface
   5 
   6 // Note: used in modules and platform independent code. 
   7 // Do not add platform dependent stuff in here (#ifdef/#endif compile options or camera dependent values)
   8 
   9 long stat_get_vbatt();
  10 long get_vbatt_min();
  11 long get_vbatt_max();
  12 
  13 #endif
  14 

/* [<][>][^][v][top][bottom][index][help] */