diff --git a/RaspberryPi/Python/README.md b/RaspberryPi/Python/README.md index 7b28b8e..9c1b6b1 100644 --- a/RaspberryPi/Python/README.md +++ b/RaspberryPi/Python/README.md @@ -69,6 +69,20 @@ def getLightningDistKm(self); */ def getStrikeEnergyRaw(self); +/* + * @brief Sets LCO_FDIV register + * + * @param fdiv Set 0, 1, 2 or 3 for ratios of 16, 32, 64 and 128, respectively + */ +def setLcoFdiv(self,fdiv); + +/* + * @brief Set interrupt source + * + * @param irqSelect 0 = NONE, 1 = TRCO, 2 = SRCO, 3 = LCO + */ +def setIrqOutputSource(self, irqSelect); + ``` ## Credits