Skip to content

Instantly share code, notes, and snippets.

anonymous
anonymous / Nanode_BASIC_IO
Created December 25, 2011 09:00
Tiny Basic with Digital and Analogue I/O for Nanode/Arduino
// TinyBASIC.cpp : An implementation of TinyBASIC in C to run on Nanode and Arduino
//
// This version now has the digital I/O, analogue I/O and sleep functions
//
//
// Take on the Nanode Tiny Basic Christmas Challenge
//
// Help Hack Tiny Basic onto Nanode and kickstart a return to simpler and fun programming
// Tiny Basic can help teach kids to program
//