var fDesc=new Array(); fDesc[0] = "Firmware, Tinybooter (if applicable) and libraries are compatible for each SDK release and they may not work with previous releases. Requires .NET Micro Framework 4.1 and Visual Studio 2010.
his 100% open source and full-featured addition to the FEZ family allows for cost effective prototyping and eliminates the need for using low-end 8-bit development boards. Thanks to .NET Micro Framework (NETMF), full networking and complete file system support is part of the system. The mainboard can be programmed using C# or VisualBasic with complete debugging capabilities over a USB cable."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }