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_ci_3bg.h
00001 #ifndef MBED_GEIGERCOUNTER_CI_3BG_H 00002 #define MBED_GEIGERCOUNTER_CI_3BG_H 00003 #include "geigercounter.h" 00004 00005 00006 class Geigercounter_CI_3BG:public Geigercounter{ 00007 00008 public: 00009 00010 Geigercounter_CI_3BG(PinName pin,PinName spin):Geigercounter(pin,spin){} 00011 00012 float getusv(){ 00013 //si-3bg is maybe 200 cps/R/h = 200 cps/ 10000uSv/h = 0.02 cps/uSv/h 00014 //usv=cpm/60.0/0.02; 00015 return getcpm()/1.7; 00016 } 00017 00018 }; 00019 00020 00021 #endif
Generated on Wed Jul 13 2022 02:46:53 by
1.7.2