Vanganesha / xbee-arduino

xbee-arduino -- library for xbee
GNU General Public License v2.0
0 stars 0 forks source link

No XBeeAddress16 in Arduino API #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's not a huge issue, but I was wondering why there was no XBeeAddress16 
method in the Ardunio API like there is in the Java API?

Original issue reported on code.google.com by KSmolkow...@gmail.com on 9 Sep 2010 at 12:54

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
This is because C has uint16_t (unsigned 16-bit), which Java does not have, so 
we don't need class to model 16 bit addresses.

Original comment by andrew.rapp@gmail.com on 3 Apr 2011 at 2:31