X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Fchips%2Frf2xx%2Frf230%2FREADME;h=e73a761143334966bed1d5d1b0a196a34453745b;hb=b43467ac35ec7089499aa7a598e1cbc8b6866230;hp=cb4e9d94dcb876212c207a3f5d3f6b5be9b636bb;hpb=f7ddcfb36fdbb79d8259a064fd8acadf88a8a968;p=tinyos-2.x.git diff --git a/tos/chips/rf2xx/rf230/README b/tos/chips/rf2xx/rf230/README index cb4e9d94..e73a7611 100644 --- a/tos/chips/rf2xx/rf230/README +++ b/tos/chips/rf2xx/rf230/README @@ -54,3 +54,9 @@ and address recognition. In particular, you will not be able to snoop on onther messages. The load on the CPU is reduced, you should be able to send more messages under heavy load. Note, that the PacketRSSI interface will return the energy level (and not the rssi value) of received packet. + +RF230_HWACK_SLOPPY_TIMESTAMP + +If you define this, then the code that calculates the time stamp of the SFD +from a single interrupt at the end of the message reception will not use +floating point computation, which will be faster but less precise.