use mbed os

Dependents:   Seeed_Grove_I2C_Touch_Example

Fork of MPR121 by Sam Grove

Changes

RevisionDateWhoCommit message
25:534ca7bbccf1 2017-07-02 Nathan Yonkee remove everything we can't use with seeed version default tip
24:3fda4fe39ac6 2017-07-02 Nathan Yonkee fix typo
23:32fa21a5686d 2017-07-02 Nathan Yonkee take out address from constructor
22:b1fa74a5123b 2017-07-02 Nathan Yonkee change constructor to ignore user defined address
21:342c4eda093f 2017-07-02 tulanthoar merge
20:19adb50268bc 2017-07-02 tulanthoar merge
19:eaa64138290b 2017-07-02 Nathan Yonkee revert to original fixes before merges
18:8c7054b112f0 2017-07-02 tulanthoar merge
17:2d6b050ad8b8 2017-07-02 tulanthoar merge
16:94e77e14a859 2017-07-02 Nathan Yonkee merge
15:8c7fba79a28e 2017-07-02 Nathan Yonkee merge
14:6bcd2f6a4fee 2017-07-02 tulanthoar merge
13:185ada085785 2017-07-02 tulanthoar remove rtos
12:22d36da8df91 2017-07-02 Nathan Yonkee auo format
11:ad26c0810f02 2017-07-02 Nathan Yonkee merge
10:fb2d2454fea4 2017-07-02 Nathan Yonkee Fix the simple functions of which button is pressed and when
9:8cb5ce483be3 2017-06-29 Nate Yonkee autoformat with astyle
8:870059a44bfc 2017-06-29 tulanthoar use mbed-os
7:eb4012317732 2014-10-22 sam_grove Added blank line
6:b6bb38744edd 2014-08-15 sam_grove Merged changes from branches
5:3934358ec2b7 2014-08-15 sam_grove Updated library to work without the IRQ pin being connected
4:c1bc00c5e8e5 2014-04-07 sam_grove corrected typos
3:828260f21de6 2013-08-27 sam_grove Removed LogUtil and used mbed_debug.h, updated I2C read transactions, new example, tested with LPC1768, KL25Z and LPC11U24 using mbed library rev66
2:4c0d4b90a3ed 2013-03-29 sam_grove Updated documentation and added LogUtil class
1:cee45334b36a 2013-03-07 sam_grove Updated enable and disable members to put the device in a lower power mode when not in use.
0:42add775212a 2013-03-07 sam_grove Working baseline example