Adam, Search for libavr or avrlib, it is the glibc for the avr, it is also part of the arduino toolset. The arduino tools just barely hide the fact that you are writting in c/c++.
-joe -----Original Message----- From: Adam Jacobs Sent: 01/11/2012, 12:00 PM To: [email protected] Subject: Re: [neonixie-l] Re: Preferred language, and a good place to start. Well, I was using SD Card support as an example only. There is also community library support for RTC's, VFD driver chips, all sorts of neat hobbyist electronics. If there is similar library support for the AVR (non-arduino), I'd love to hear about it because I've been doing it the hard way. :) -Adam On 1/11/2012 9:39 AM, fixitsan wrote: > > On Jan 11, 5:29 pm, Adam Jacobs<[email protected]> wrote: > You can >> simply download the SD Card interface library and have at it.. You won't >> need to spend time with your nose buried in the SD Card reference >> datasheet trying to figure out just how long to pull this line high >> before the other one needs to go low in order to write a bit. :) >> >> -Adam > While that is true of the Arduino, it is worth pointing out that it is > true also for Microchip's C library for the 16F devices (free) , as > well as the 18F library (official version not free but free versions > are available) > > I believe this is also true of the other major manufacturers. C has > the largest and best library support as far as i know. > > Chris > -- You received this message because you are subscribed to the Google Groups "neonixie-l" group. To post to this group, send an email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/neonixie-l?hl=en-GB. -- You received this message because you are subscribed to the Google Groups "neonixie-l" group. To post to this group, send an email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/neonixie-l?hl=en-GB.
