Hi John,
Iotivity currently supports Arduino Mega too?which has Atmel?s 8-bit MC. I assume size of int on Arduino Mega is 16 bits. Thanks Sachin From: iotivity-dev-bounces at lists.iotivity.org [mailto:[email protected]] On Behalf Of Light, John J Sent: Wednesday, May 13, 2015 8:40 AM To: iotivity-dev at lists.iotivity.org Subject: [dev] What type of Arduino do we support? The question really is whether we expect to support 16-bit constrained devices. Arduino Due int is 32-bit; others are 16-bit. It boils down to how many bits we can put in an enum, which is defined to be the size of an int. John Light Intel OTC OIC Development -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150513/e2936675/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 7768 bytes Desc: not available URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150513/e2936675/attachment.p7s>
