SNAPpy Built-Ins¶
getInfo¶
All RF200 Series modules will return RF200 as their platform. Expected getInfo()
return values:
getInfo(0) # returns 0 meaning "Synapse Wireless"
getInfo(3) # returns 14 meaning RF200
sleep¶
The RF200 Series includes a 32kHz crystal RTC, so for most efficient sleep()
you should use sleep
mode 1 or 2, depending on the sleep duration. See the ATMEL ATmega128RFA1 chip section for more information.