|
SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
|
@license MIT License More...
#include <RtcDrv.hpp>Go to the source code of this file.
Macros | |
| #define | SENSOR_SDA 17 |
| #define | SENSOR_SCL 18 |
| #define | SENSOR_IRQ 7 |
Functions | |
| void | setup () |
| void | loop () |
Variables | |
| SensorPCF85063::ClockHz | clock_array [] |
| String | freq_hz_str [] |
| SensorPCF85063 | rtc |
| uint32_t | intervalue |
| uint8_t | i = 0 |
@license MIT License
Copyright (c) 2024 lewis he
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Definition in file pcf85063_clock_output.ino.
| #define SENSOR_IRQ 7 |
Definition at line 41 of file pcf85063_clock_output.ino.
| #define SENSOR_SCL 18 |
Definition at line 37 of file pcf85063_clock_output.ino.
| #define SENSOR_SDA 17 |
Definition at line 33 of file pcf85063_clock_output.ino.
| void loop | ( | ) |
Definition at line 86 of file pcf85063_clock_output.ino.
References clock_array, freq_hz_str, i, intervalue, rtc, and SensorPCF85063::setClockOutput().
| void setup | ( | ) |
Definition at line 73 of file pcf85063_clock_output.ino.
References SensorPCF85063::begin(), rtc, SENSOR_SCL, and SENSOR_SDA.
| SensorPCF85063::ClockHz clock_array[] |
Definition at line 45 of file pcf85063_clock_output.ino.
Referenced by loop().
| String freq_hz_str[] |
Definition at line 56 of file pcf85063_clock_output.ino.
Referenced by loop().
| uint8_t i = 0 |
Definition at line 70 of file pcf85063_clock_output.ino.
Referenced by SensorRtcHelper::begin(), calibrate(), HapticDriver_AW86224::clearSequence(), HapticDriver_DRV2605::clearSequence(), AXP2101Irq::clearStatus(), GaugeAXP2602::compareGaugeData(), AXP2101Power::compareGaugeData(), IoExpanderPCA9570::configPinsImpl(), IoExpanderXL9555::configPinsImpl(), IoExpanderBase::digitalReadPort(), IoExpanderBase::digitalWritePort(), IoExpanderPCA9570::digitalWritePort(), IoExpanderXL9555::digitalWritePort(), AXP2101Irq::disable(), SensorQMI8658::dumpCtrlRegister(), SensorQMI8658::dumpRegisters(), AXP2101Irq::enable(), TouchDrvGT911::getChipID(), TouchDrvGT911::getFwVersion(), TouchDrvInterface::getPoint(), TouchDrvCST226::getTouchPoints(), TouchDrvCST3530::getTouchPoints(), TouchDrvCST92xx::getTouchPoints(), TouchDrvFT6X36::getTouchPoints(), TouchDrvGT911::getTouchPoints(), TouchDrvGT9895::getTouchPoints(), TouchDrvHI8561::getTouchPoints(), HapticDriver_DRV2605::HapticDriver_DRV2605(), i2c_drv_scan(), i2c_wr_function(), AXP517Tcpc::init(), learning_event_callback(), TouchDrvGT911::loadConfig(), HapticDriver_AW86224::loadRamData(), loop(), AXP517PdNegotiator::parseSourceCaps(), printBinary(), printSourceCaps(), SensorQMI8658::processDynamicCalibration(), SensorQMI8658::processStaticCalibration(), SensorQMI8658::readFromFifo(), SensorQMI8658::readFromFifo(), AXP2101Irq::readStatus(), GaugeBQ27220::refresh(), TouchDrvGT911::reloadConfig(), AXP517Tcpc::rxReadMessage(), AXP517PdNegotiator::selectFixedOffer(), AW9364LedDriver::setBrightness(), AXP2101Power::setInputCurrentLimit(), setup(), AXP202Channel::setVoltage(), testAutoDemo(), testPlayEffectAll(), testPlayEffectRange(), testRTP(), testShortVibrationGain(), testWaveformSwitching(), touch_drv_isr_handler(), IoExpanderSPI::transferDataBits(), AXP517Tcpc::txSend(), TouchDrvInterface::updateXY(), GaugeAXP2602::writeGaugeData(), AXP2101Power::writeGaugeData(), and SensorBHI260AP_Klio::writeMultiplePatterns().
| uint32_t intervalue |
Definition at line 69 of file pcf85063_clock_output.ino.
Referenced by loop().
| SensorPCF85063 rtc |
Definition at line 68 of file pcf85063_clock_output.ino.