f92e7a8
(HEAD -> main)
initial dds package spec by
2021-02-12 22:38:03 -0800
4ec41af
fix src & dep includes by
2021-02-14 20:57:24 -0800
76fbfe2
restructure files into src and include dirs by
2021-02-12 22:35:32 -0800
03a24dd
Merge pull request #27 from FrankBoesing/patch-1 by
2021-02-07 12:41:57 -0800
18d892e
Add TCA9548A to Scanner's list of known chips by
2021-02-07 11:44:10 -0800
ba60bdc
Add FLASHMEM to begin() by
2021-02-07 13:31:29 +0100
ea68283
Merge pull request #25 from KurtE/MicroMod by
2021-02-05 04:03:49 -0800
bdb4e4a
Add CS42448 & ADAU1966 to Scanner's list of known chips by
2020-12-25 05:01:23 -0800
19ca546
Add pin definitions for MicroMod by
2020-11-13 10:02:54 -0800
e4b5c66
Merge pull request #23 from KurtE/T41_Wire1_Pins by
2020-08-09 07:50:41 -0700
bff61a5
T41 Wire1 Alternate pins different than T40 by
2020-07-20 10:31:08 -0700
a9457da
Add Si7210 to Scanner example fixes #22 by
2020-05-31 05:09:10 -0700
7c1ff62
Add MS8607 to Scanner example by
2020-02-11 20:12:31 -0800
33d7d7e
Merge pull request #20 from KurtE/QWIIC_KEYPAD by
2020-02-11 20:10:53 -0800
8592d6d
T4 Wire defines for IIMPLEMENT... by
2020-02-02 07:45:18 -0800
6961490
Add Qwiic Keypad to scanner by
2020-02-02 07:23:08 -0800
6ec2a5a
Add Qwiic Button to Scanner example by
2020-01-29 19:37:03 -0800
69186a2
Add FRAM to Scanner example by
2020-01-19 20:49:27 -0800
956a5c4
Improve FIFO handling for Teensy 4.0 by
2020-01-11 08:26:48 -0800
c93e869
Workaround for BNO080 errors on Teensy 4.0 by
2020-01-07 20:16:48 -0800
f72e03f
Add BNO080 to list of known chips in Scanner example by
2019-12-30 11:40:18 -0800
5f58cb7
Adjust pin config on Teensy 4.0 https://forum.pjrc.com/threads/58654-Teensyduino-1-49-Beta-2?p=223880&viewfull=1#post223880 by
2019-12-15 14:29:36 -0800
f52060a
Use open drain pin config by
2019-12-15 05:10:44 -0800
6c9fec1
Only clear FIFOs when bus is idle by
2019-12-15 05:01:31 -0800
3b18080
Merge pull request #16 from KurtE/T4_BNO055_HANG by
2019-10-04 03:06:59 -0700
e61b4d9
Add more known chips to Scanner example by
2019-10-01 05:03:08 -0700
08d870f
T4 - Clear out TX FIFO in RequestFrom and endTransmission by
2019-09-09 11:37:32 -0700
68471bc
Merge pull request #14 from KurtE/T4_setSCL_setSDA by
2019-06-14 14:09:54 -0700
0fe5f18
T4 Wire1 has alternate pins - setSCL setSDA implemented by
2019-06-14 07:38:21 -0700
760fcb7
Add Wire.requestFrom() with 5 params by
2019-06-10 18:03:53 -0700
30d884d
Merge pull request #13 from arjhun/patch-1 by
2019-04-10 14:05:33 -0700
9673e38
Added APDS-9960 lux sensor at 0x39 by
2019-04-10 17:20:00 +0200
1309ff3
Rename AdafruitLED to HT16K33 in Scanner example by
2019-04-05 10:08:54 -0700
780f567
Add MAX11612-MAX11617 to Scanner example by
2019-04-05 10:03:50 -0700
4b47980
Add SHT3X to list of known chip in Scanner example fixes #12 by
2019-02-13 17:43:45 -0800
c525e05
Improve check for Teensy 3.x boards by
2019-01-07 04:09:04 -0800
9740070
Support 400 kHz & 1 MHz speeds by
2019-01-06 05:34:23 -0800
2fd0fcf
Fix pin definitions by
2019-01-05 06:42:51 -0800
1c236b0
endTransmission to only report success when all commands processed from fifo by
2018-12-31 09:17:16 -0800
21ab711
Support Wire1 and Wire2 by
2018-12-30 05:30:21 -0800
bdbdb91
Wire first working on IMXRT by
2018-12-30 04:13:48 -0800
b757eb6
IMXRT - work in progress... by
2018-12-29 19:42:14 -0800
877a05e
Include Arduino.h (for pre-compiled header speedup) by
2018-11-09 14:25:29 -0800
6e248db
Merge pull request #11 from FrankBoesing/F_BUS-128MHz by
2018-11-09 14:21:31 -0800
a3914c0
Update WireKinetis.cpp by
2018-11-09 22:52:33 +0100
63fcd56
Update WireKinetis.h by
2018-11-09 22:52:04 +0100
1e3551a
Force 9 clocks if waiting too long for bus idle by
2017-12-11 06:13:02 -0800
49361a0
Fix typo in comments by
2017-08-04 20:43:49 -0700
13fc940
Fix for fastest optimization with CPU > 120 MHz by
2017-07-02 17:19:42 -0700
53bad9b
Add AVR twi_writeTo compatibility function by
2017-06-24 12:54:51 -0700
06760be
Pins 58-59 (SD card pins) can be used for Wire1 by
2017-06-20 06:05:11 -0700
bd5367b
Merge pull request #7 from tni/master by
2017-05-30 12:38:41 -0700
e61db6b
Make TwoWire constructor constexpr to allow constant initialization. by
2017-04-06 01:01:48 +0200
db6faf3
Allow read of partial requestFrom data by
2017-03-20 02:23:16 -0700
c084466
Don't get stuck in requestFrom if bus busy or long clock stretch by
2017-03-13 04:53:10 -0700
45fd911
Don't default build Wire1 on LC & Wire3 on 3.6 (saves memory) by
2017-03-13 04:28:31 -0700
f78061d
Allow implementing Wire objects in sketch by
2017-03-13 04:22:45 -0700
14617c9
Don't get stuck in endTransmission if bus busy or long clock stretch by
2017-03-13 04:08:25 -0700
4e33179
All master/slave read & write examples Blink LED by
2017-03-12 14:15:54 -0700
88ec5e7
Minor updates to examples by
2017-03-12 13:42:23 -0700
39c840b
Use pin change hack (only if needed) for Wire & Wire1 by
2017-03-12 12:19:14 -0700
c634390
Use hardware structure for interrupt numbers by
2017-03-12 11:31:14 -0700
cef2e75
Define Wire objects for each board by
2017-03-12 11:10:24 -0700
ce3b132
Update copyright & use MIT license on original code by
2017-03-12 06:42:48 -0700
5df8a31
Use hardware description for pin numbers by
2017-03-12 06:38:41 -0700
81cd07d
Add hardware description for clock gate control by
2017-03-12 05:24:50 -0700
31a3383
Add hardware access through port reference by
2017-03-12 04:53:48 -0700
edcffbc
Inline all trivial functions by
2017-03-12 04:24:10 -0700
9ed2f18
Don't use static variables by
2017-03-12 04:00:33 -0700
a17aff3
Separate AVR & ARM code by
2017-03-11 18:49:39 -0800
511809f
Merge pull request #6 from whitebox-labs/master by
2017-03-01 11:54:12 -0800
d80243f
added chips from Atlas Scientific and WeMakeThings by
2017-03-01 20:52:28 +0100
27ce5d9
Merge pull request #4 from FrankBoesing/patch-1 by
2017-02-14 12:56:45 -0800
69fda6f
Merge pull request #5 from FrankBoesing/patch-2 by
2017-02-14 12:56:01 -0800
c67ee5c
typo by
2017-02-14 21:41:12 +0100
86e60bf
Add PCF8574 by
2017-02-14 21:34:14 +0100
5fce98d
Add MCP44XX to Scanner chip list by
2016-07-29 17:30:27 -0700
a4318c7
Merge pull request #2 from KurtE/T3.5-Added-SCL/SDA-pins by
2016-07-22 22:05:25 -0700
68fa9dd
The new Pins include SCL0/SDA0 pins by
2016-07-19 11:17:30 -0700
d428a8d
Merge pull request #1 from KurtE/Beta_T35 by
2016-07-04 08:31:14 -0700
5408a2e
Beta T3.5 board supports more SCL/SDA pins on I2C 0 by
2016-07-02 08:58:50 -0700
c6dd45f
Support more F_BUS speeds by
2016-06-19 04:53:36 -0700
b6b42ce
Fix buffer overflow in requestFrom() https://forum.pjrc.com/threads/33519-Big-fat-bug-in-Wire-cpp by
2016-03-18 20:50:49 -0700
fd42c5f
Disable correct pins in end() by
2016-03-18 20:42:18 -0700
2ab8c95
Don't crash if end() or setClock() used without begin() https://forum.pjrc.com/threads/33485-Why-is-Wire-end%28%29-not-implemented?p=99540&viewfull=1#post99540 by
2016-03-18 20:40:53 -0700
93c4eed
Add library.properties by
2016-03-07 07:26:06 -0800
4d07711
Add more chips names to Scanner by
2016-03-05 02:33:58 -0800
e9990cb
Add list of known chips to Scanner example by
2016-03-02 05:48:59 -0800
1c77cdd
Add setSDA(pin) & setSCK(pin) by
2016-03-02 04:26:16 -0800
3b24b80
Add Scanner example by
2016-03-02 04:17:22 -0800
37f7d78
Add Wire.end() by
2016-02-04 17:15:19 -0800
a1fa3e0
more hardware defs by
2016-01-31 18:37:09 -0800
f19a946
Update examples for legal I2C addresses by
2015-12-27 17:58:23 -0800
9b2a47e
fix repeated start in slave mode by
2015-12-27 17:57:53 -0800
b5e8b22
Improvement for Lidar Lite on Teensy 3.1 https://forum.pjrc.com/threads/28036-Translating-Lidar-Lite-I2C-example-to-Teensy?p=70213&viewfull=1#post70213 by
2015-04-29 11:21:55 -0700
3e5be45
Import patches from Teensyduino 1.22 by
2015-04-08 14:10:31 -0700
48007b9
Import Wire library from Arduino 1.0.6 by
2015-04-08 14:09:06 -0700