Project:Nanode/Bitlash: Difference between revisions

From London Hackspace Wiki
(Created page with "To install Bitlash 2.0 RC3d on a nanode you need to do the following Edit libraries/bitlash/src/bitlash-instream.c to turn off the SDFILE define at or near line ...")
 
mNo edit summary
Line 1: Line 1:
To install Bitlash 2.0 RC3d on a nanode you need to do the following
To install Bitlash 2.0 RC3d on a nanode you need to do the following


Edit libraries/bitlash/src/bitlash-instream.c to turn off the SDFILE define
Edit libraries/bitlash/src/bitlash-instream.c to turn off the SDFILE define at or near line 32, make this:
                at or near line 32, make this:
    #define SDFILE
                        #define SDFILE
look like this:
                look like this:
    //#define SDFILE
                        //#define SDFILE
 
        - Restart Arduino 0022, open examples->bitlash->bitlashdemo and upload to your Arduino
Now restart Arduino 0022, open examples->bitlash->bitlashdemo and upload to your Arduino

Revision as of 16:44, 9 July 2011

To install Bitlash 2.0 RC3d on a nanode you need to do the following

Edit libraries/bitlash/src/bitlash-instream.c to turn off the SDFILE define at or near line 32, make this:

   #define SDFILE

look like this:

   //#define SDFILE

Now restart Arduino 0022, open examples->bitlash->bitlashdemo and upload to your Arduino