This website requires JavaScript.
Explore
Help
Register
Sign In
noisymime
/
Arduino_STM32
mirror of
https://github.com/noisymime/Arduino_STM32.git
Watch
1
Star
0
Fork
You've already forked Arduino_STM32
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c741afa74a
Arduino_STM32
/
STM32F1
/
libraries
/
Wire
History
Roger Clark
71d5ab9112
Wire lib change buffer size definition to BUFFER_LENGTH for better AVR compatibility
2017-08-25 18:33:04 +10:00
..
examples
Changed default Wire (I2C) to use hardware I2C rather than bit banged software. The existing software Wire implementation has been retained as SoftWare. Examples have also been updated to include Wire, HardWire and Softwire.
2017-08-01 16:47:39 +10:00
SoftWire.cpp
Changed default Wire (I2C) to use hardware I2C rather than bit banged software. The existing software Wire implementation has been retained as SoftWare. Examples have also been updated to include Wire, HardWire and Softwire.
2017-08-01 16:47:39 +10:00
SoftWire.h
Wire lib change buffer size definition to BUFFER_LENGTH for better AVR compatibility
2017-08-25 18:33:04 +10:00
Wire.cpp
Default Wire to 100khz
2017-08-06 21:04:02 +10:00
Wire.h
Changed default Wire (I2C) to use hardware I2C rather than bit banged software. The existing software Wire implementation has been retained as SoftWare. Examples have also been updated to include Wire, HardWire and Softwire.
2017-08-01 16:47:39 +10:00
WireBase.cpp
Wire lib change buffer size definition to BUFFER_LENGTH for better AVR compatibility
2017-08-25 18:33:04 +10:00
WireBase.h
Wire lib change buffer size definition to BUFFER_LENGTH for better AVR compatibility
2017-08-25 18:33:04 +10:00
rules.mk
renamed top level folder STM32F1XX to STM32F1 to correspond to other top level folder names e.g. STM32F3 and STM32F4
2015-02-24 20:13:04 +11:00