CircuitPython DS1302 Library
  • Introduction to the DS1302 Real Time Clock (RTC) Library

Examples

  • Simple test
  • Other tests

API Reference

  • API Reference

Other Links

  • DS1302 Datasheet
  • Download from GitHub
  • Download Library Bundle
  • CircuitPython Reference Documentation
  • CircuitPython Support Forum
  • Discord Chat
  • Adafruit Learning System
  • Adafruit Blog
  • Adafruit Store
CircuitPython DS1302 Library
  • Index

Index

B | C | D | I | M | R | T | W

B

  • bcdtodec() (ds1302.DS1302 static method)

C

  • clamp() (ds1302.DS1302 static method)
  • clear_ram() (ds1302.DS1302 method)
  • clock_enable (ds1302.DS1302 property)

D

  • datetime (ds1302.DS1302 property)
  • dectobcd() (ds1302.DS1302 static method)
  • ds1302
    • module
  • DS1302 (class in ds1302)

I

  • is_12_hour (ds1302.DS1302 property)

M

  • module
    • ds1302

R

  • read_ram() (ds1302.DS1302 method)
  • read_ram_single() (ds1302.DS1302 method)

T

  • trickle_diode (ds1302.DS1302 property)
  • TRICKLE_DIODE_1 (in module ds1302)
  • TRICKLE_DIODE_2 (in module ds1302)
  • trickle_enable (ds1302.DS1302 property)
  • trickle_resistor (ds1302.DS1302 property)
  • TRICKLE_RESISTOR_2 (in module ds1302)
  • TRICKLE_RESISTOR_4 (in module ds1302)
  • TRICKLE_RESISTOR_8 (in module ds1302)

W

  • write_ram() (ds1302.DS1302 method)
  • write_ram_single() (ds1302.DS1302 method)

© Copyright 2026 Avery Ramsey.

Built with Sphinx using a theme provided by Read the Docs.