1Sheeld Libraries for Netduino, revisited.
NOTE: See the original post here for additional information (including version updates). I have updated the 1Sheeld Libraries and Samples for Netduinos. Things have changed a bit and those of you creating your own sketches will need to modify your code a bit if you decide to use the latest version (but, frankly, things have gotten a lot simpler and I recommend that you upgrade and take a couple minutes to update your sketches ... for no other reason than the older libraries will no longer be upgraded). I'm going to give you a look at a simple sketch, both before and after the updates, so you can see the differences ... I'll use the SimpleLED sample for this discussion. First a look at the before code... Note: I've removed the using statements to simplify things (nothing has changed regardless of whether you use the old libraries or the new libraries with the using statements). Here's the Program.cs ... it just instantiates an Led class and call...