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

Add method to display LCO on interrupt pin #18

Closed merlinmb closed 9 years ago

merlinmb commented 9 years ago
  1. added calibration function to output frequency to IRQ pin.
  2. removed spaces for pep8 formatting
pcfens commented 9 years ago

You might want to double check the diff. The commits don't look quite like the description.

pcfens commented 9 years ago

I added the method referenced here and in #16, along with a get method and a basic stub test.

I'll make another release after I write methods to set/get the other oscillator display bits.