Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
BV4205.h
00001 #ifndef BV4205_H_ 00002 #define BV4205_H_ 00003 00004 #include "mbed.h" 00005 00006 class BV4205 { 00007 private: 00008 I2C * adc; 00009 int device; 00010 public: 00011 BV4205(PinName sda, PinName scl, int devaddr = 0x62); 00012 int readChannel(int ch); 00013 int readRange(int minch, int maxch, int * array); 00014 }; 00015 00016 #endif /* BV4205_H_ */
Generated on Sat Jul 16 2022 02:26:13 by
 1.7.2
 1.7.2