1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-04-25 03:55:33 +00:00
Files
mist-devel.mist-firmware/usb/rtc/pcf85263.h
Eugene Azarov 0c3fc38204 New RTC driver for PCF85263,DS3231 via MCP2221 USB/I2C bridge
* USB RTC support refactoring
2026-01-21 22:42:25 +03:00

11 lines
165 B
C

#ifndef RTC_PCF85263_H
#define RTC_PCF85263_H
/*
* Driver for NXP PCF85263/PCF85363 rtc
*/
extern const rtc_chip_t rtc_pcf85263_chip;
#endif // RTC_PCF85263_H