60 次程式碼提交 (2fd0fcf8e2492ed68d54789808f0d12357969f92)
 

作者 SHA1 備註 提交日期
  PaulStoffregen 2fd0fcf8e2 Fix pin definitions 7 年之前
  PaulStoffregen 1c236b07a4 endTransmission to only report success when all commands processed from fifo 7 年之前
  PaulStoffregen 21ab71102b Support Wire1 and Wire2 7 年之前
  PaulStoffregen bdbdb91154 Wire first working on IMXRT 7 年之前
  PaulStoffregen b757eb66ff IMXRT - work in progress... 7 年之前
  PaulStoffregen 877a05eb59 Include Arduino.h (for pre-compiled header speedup) 7 年之前
  Paul Stoffregen 6e248dbb0f
Merge pull request #11 from FrankBoesing/F_BUS-128MHz 7 年之前
  Frank a3914c047d
Update WireKinetis.cpp 7 年之前
  Frank 63fcd566c5
Update WireKinetis.h 7 年之前
  PaulStoffregen 1e3551a03d Force 9 clocks if waiting too long for bus idle 8 年之前
  PaulStoffregen 49361a0c41 Fix typo in comments 8 年之前
  PaulStoffregen 13fc9401d9 Fix for fastest optimization with CPU > 120 MHz 8 年之前
  PaulStoffregen 53bad9ba2b Add AVR twi_writeTo compatibility function 8 年之前
  PaulStoffregen 06760becb5 Pins 58-59 (SD card pins) can be used for Wire1 8 年之前
  Paul Stoffregen bd5367b455 Merge pull request #7 from tni/master 8 年之前
  Tilo Nitzsche e61db6b3ac Make TwoWire constructor constexpr to allow constant initialization. 8 年之前
  PaulStoffregen db6faf319b Allow read of partial requestFrom data 9 年之前
  PaulStoffregen c084466c3a Don't get stuck in requestFrom if bus busy or long clock stretch 9 年之前
  PaulStoffregen 45fd91166b Don't default build Wire1 on LC & Wire3 on 3.6 (saves memory) 9 年之前
  PaulStoffregen f78061da69 Allow implementing Wire objects in sketch 9 年之前
  PaulStoffregen 14617c9a30 Don't get stuck in endTransmission if bus busy or long clock stretch 9 年之前
  PaulStoffregen 4e3317945a All master/slave read & write examples Blink LED 9 年之前
  PaulStoffregen 88ec5e7b57 Minor updates to examples 9 年之前
  PaulStoffregen 39c840b8e9 Use pin change hack (only if needed) for Wire & Wire1 9 年之前
  PaulStoffregen c634390cdf Use hardware structure for interrupt numbers 9 年之前
  PaulStoffregen cef2e757c6 Define Wire objects for each board 9 年之前
  PaulStoffregen ce3b132e19 Update copyright & use MIT license on original code 9 年之前
  PaulStoffregen 5df8a3133d Use hardware description for pin numbers 9 年之前
  PaulStoffregen 81cd07d106 Add hardware description for clock gate control 9 年之前
  PaulStoffregen 31a33832a8 Add hardware access through port reference 9 年之前
  PaulStoffregen edcffbc7cd Inline all trivial functions 9 年之前
  PaulStoffregen 9ed2f188dc Don't use static variables 9 年之前
  PaulStoffregen a17aff3924 Separate AVR & ARM code 9 年之前
  Paul Stoffregen 511809f43d Merge pull request #6 from whitebox-labs/master 9 年之前
  extrapixel d80243fb1b added chips from Atlas Scientific and WeMakeThings 9 年之前
  Paul Stoffregen 27ce5d99e0 Merge pull request #4 from FrankBoesing/patch-1 9 年之前
  Paul Stoffregen 69fda6f338 Merge pull request #5 from FrankBoesing/patch-2 9 年之前
  Frank c67ee5ca48 typo 9 年之前
  Frank 86e60bf755 Add PCF8574 9 年之前
  PaulStoffregen 5fce98deac Add MCP44XX to Scanner chip list 9 年之前
  Paul Stoffregen a4318c75c9 Merge pull request #2 from KurtE/T3.5-Added-SCL/SDA-pins 9 年之前
  Kurt Eckhardt 68fa9ddac3 The new Pins include SCL0/SDA0 pins 9 年之前
  Paul Stoffregen d428a8de21 Merge pull request #1 from KurtE/Beta_T35 9 年之前
  Kurt Eckhardt 5408a2e18b Beta T3.5 board supports more SCL/SDA pins on I2C 0 9 年之前
  PaulStoffregen c6dd45f5c2 Support more F_BUS speeds 9 年之前
  PaulStoffregen b6b42cef5f Fix buffer overflow in requestFrom() 10 年之前
  PaulStoffregen fd42c5fc0e Disable correct pins in end() 10 年之前
  PaulStoffregen 2ab8c95bd3 Don't crash if end() or setClock() used without begin() 10 年之前
  PaulStoffregen 93c4eedc9b Add library.properties 10 年之前
  PaulStoffregen 4d077115ec Add more chips names to Scanner 10 年之前