Skip to content

MAX31331, MAX31334, MAX31328, MAX31341 and MAX31343 Arduino Drivers

License

Notifications You must be signed in to change notification settings

analogdevicesinc/AnalogRTCLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analog RTC Lib

AnalogRTCLib package includes arduino driver and usecase examples for MAXIM/ADI RTCs. Supported part numbers:

How to install

There are two main options to install library:

Option 1:

  1. Open Arduino IDE
  2. Go into Tools -> Manage Libraries...
  3. Search for AnalogRTCLib
  4. Click install button

Option 2:

  1. Dowload repository as .zip file
  2. Rename .zip file as "AnalogRTCLib.zip"
  3. Open Arduino IDE
  4. Go into Sketch -> Include Library -> Add .ZIP Library...
  5. Browse the AnalogRTCLib.zip location
  6. Click Open

How to build and load an example

  1. After installation open Arduino IDE
  2. Go into Files -> Examples -> AnalogRTCLib
  3. Select the part number you would like to use
  4. Select an example
  5. (If needs) Update example pin connection in example to it match with your target board.

Select an example

  1. Plug your Arduino board to PC via USB cable.
  2. Select board type and serial port by navigating to Tools->Board Tools->Ports

Select board and port

  1. Click right arrow button to build and load it

Build and load image

  1. Please check output to see whether load succeeded or not

Output screen