Namespaces | |
| lpf | |
Functions | |
| def | lpf.cb (timer) |
| def | lpf.sine_sweep (start, end, mult) |
Variables | |
| lpf.dac1 = pyb.DAC(1) | |
| lpf.dac2 = pyb.DAC(2) | |
| lpf.adc = pyb.ADC("X7") | |
| lpf.tim = pyb.Timer(4, freq=2000) | |
| lpf.coeffs | |
| lpf.ncoeffs = len(coeffs) | |
| lpf.data = array.array('i', [0]*(ncoeffs +3)) | |