pcfens / RaspberryPi-AS3935

A basic library for working with the AS3935 that's connected to the Raspberry Pi.
Other
52 stars 24 forks source link

Create calibrate.py #15

Closed merlinmb closed 9 years ago

merlinmb commented 9 years ago

Sample code "calibrate.py" which I used to step through the tune_cap values (0..15) while watching on my multimeter (frequency capable).

pcfens commented 9 years ago

I'm not sure if we need to have a demo script for each method in library (though we do need more documentation, but that's more on me).

Regardless, this can't be merged until #16 is merged.

pcfens commented 9 years ago

I've added a wiki to the repository and I think this kind of thing is a great place to go there. It keeps the core library small and provides a central place to drop bits of information that might be useful for others.

Thanks for sending this in.