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.
Dependencies: Terminal EthernetNetIf Pachube TextLCD mbed ConfigFile FirmwareUpdater
geigercounter_sbm_20.h
00001 #ifndef MBED_GEIGERCOUNTER_CI_3BG_H 00002 #define MBED_GEIGERCOUNTER_CI_3BG_H 00003 #include "geigercounter.h" 00004 00005 00006 class Geigercounter_SBM_20:public Geigercounter{ 00007 00008 public: 00009 00010 Geigercounter_SBM_20(PinName pin,PinName spin):Geigercounter(pin,spin){} 00011 00012 float getusv(){ 00013 00014 return (float)getcpm()/132.0; 00015 } 00016 00017 }; 00018 00019 00020 #endif
Generated on Wed Jul 13 2022 02:46:53 by
1.7.2