Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

aalmada

Member Since 26 Apr 2011
Offline Last Active Dec 04 2012 09:14 AM
*****

#27883 Nunchuck controlled Bionicle

Posted by aalmada on 22 April 2012 - 02:06 PM

Here is a video of a little project I implemented last weekend with my kids. :rolleyes:


#27842 BitConverter

Posted by aalmada on 21 April 2012 - 07:21 PM

I've created a complete BitConverter for NETMF: https://bitbucket.or...BitConverter.cs It's based on the Utility class as suggested here by Luke but still uses "unsafe" to deal with floats and doubles. I looked into alternatives to the "unsafe", as it's not officially supported, but only found dead ends: 1) [StructLayout(LayoutKind.Explicit)] is supported but [FieldOffset(0)] is not. 2) TypedReference struct is supported but the FieldInfo.SetValueDirect method is not. aalmada


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.