I finally cleaned up the source code from my rendition of the LC Meter. Here s the source. Here is a modified freq counter library which works with my Arduino Mega2560. The original frequency counter library is here. If you have a mega1280, the library may not work without similar modifications that I made for the 2560. The AVR_MEGA1280 is lumped in with the other arduino flavors in the original library. I don’t have a mega1280 to test with so I didn’t make changes to it.
January 23, 2012
3 Comments »
RSS feed for comments on this post. TrackBack URL
For some reason, your library would not list with tar -tzvf FreqCounter
tar (child): FreqCounter: Cannot read: Is a directory
tar (child): At beginning of tape, quitting now
tar (child): Error is not recoverable: exiting now
gzip: stdin: unexpected end of file
tar: Child returned status 2
tar: Error is not recoverable: exiting now
It would be really helpful for my project…
Comment by Al Pacifico — February 21, 2012 @ 7:41 pm
It seems to be gzipped twice for some reason. Try gunzipping the archive and then tar tzf. This is what I have to do on my machine. I’ll attempt to fix the archive later.
Comment by Cranky Sysadmin — February 22, 2012 @ 5:13 am
I should also note that I haven’t tried this library with the latest arduino. I recall having some problems with the release arduino version and this library.
Comment by Cranky Sysadmin — February 22, 2012 @ 5:16 am