From dbae5edfc17c634da070aed06b5de2f7091a7d76 Mon Sep 17 00:00:00 2001 From: ouki-wang <358023925@qq.com> Date: Thu, 15 Nov 2018 17:27:40 +0800 Subject: [PATCH] add raspberry --- RaspberryPi/Python/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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