Fork of Library for MAXREFDES72# that supports configuration of shield for different PMOD types and the DS3231 RTC

Dependencies:   ds3231 max14661

Dependents:   ard2pmod_demo

Fork of ard2pmod by Maxim Integrated

Changes

RevisionDateWhoCommit message
18:6d82914432e2 2016-04-25 j3 added OneWire support to ard2pmod default tip
17:294c52822d28 2016-03-29 j3 updated Ds3231 and Max14661 libraries
16:abb327ca5580 2015-03-19 j3 moved enum into class, updated max14661 and ds3231 libs
15:014ab2d734e0 2015-03-12 j3 Updated copyright to 2015
14:ddd423459248 2015-03-12 j3 Updated to version 1.0 for initial release
13:41ebe12b9492 2015-02-09 j3 updated switch descriptions for uart pmod
12:6be7e55a48c3 2015-02-08 j3 removed if def; RX = D0; TX = D1 ; ; for both the KL25Z and K64F. ; ; Do not trust platform pages, go to schematic and pray it is correct.;
11:e48f13cc751c 2015-02-07 j3 Updated docs for switch settings, sorry about the spam
10:e37f2a9a2f32 2015-02-07 j3 Added ifdef for UART pmod types to select the appropriate mux switch settings based on board type.; ;
9:1f61aed28fb2 2015-02-06 j3 updated DS3231 library
8:ba836e6932af 2014-12-05 j3 updated doxy format
7:d3881d2c2d6b 2014-12-03 j3 removed parentheses from default constructor example
6:9e75c6a2dff5 2014-12-03 j3 added default constructor, all mux switches open.
5:b990de9e1601 2014-11-28 j3 added epoch support in ds3231 class
4:349f2ec17a4b 2014-11-24 j3 updated comments in ard2pmod.h to reflect new I2C pmod types
3:64d54fa4dd3c 2014-11-24 j3 Added PMOD_TYPE_I2C_A and PMOD_TYPE_I2C_B; Changed PMOD_TYPE_I2C to PMOD_TYPE_I2C_AB
2:686912ed055f 2014-11-21 j3 updated max14661 library and ard2pmod class to reflect new set_switch fx
1:0c232b585a6d 2014-11-20 j3 updated ds3231 library
0:bb62cd328247 2014-11-20 j3 initial commit