mirror of
https://github.com/KevinMidboe/Arduino.git
synced 2025-10-29 17:40:11 +00:00
Init commit with many years of arduino sketches and projects. I dont know if the esp8266 includes much, but there are also libraries. I hope they dont have crazy automatic versioning through the Arduino IDE.
This commit is contained in:
20
libraries/LiquidCrystal/examples/LCDiSpeed/LCDiSpeed.txt
Normal file
20
libraries/LiquidCrystal/examples/LCDiSpeed/LCDiSpeed.txt
Normal file
@@ -0,0 +1,20 @@
|
||||
16Mhz AVR
|
||||
Interface ByteXfer 16x2FPS Ftime
|
||||
----------------------------------------------
|
||||
4BIT 338uS 86.92 11.51ms (orignal Liquid Crystal)
|
||||
4BIT 98uS 298.58 3.35ms
|
||||
SR2W 76uS 388.62 2.57ms
|
||||
SR_2W 72uS 406.90 2.46ms
|
||||
SR_3W 61uS 480.03 2.08ms
|
||||
SR3W 102uS 287.92 3.47ms
|
||||
|
||||
|
||||
80Mhz Pic32 (ChipKit Uno32)
|
||||
Interface ByteXfer 16x2FPS Ftime
|
||||
----------------------------------------------
|
||||
4BIT 232uS 126.73 7.89ms (orignal mpide Liquid Crystal)
|
||||
4BIT 57uS 517.41 1.93ms
|
||||
SR2W 53uS 557.35 1.79ms
|
||||
SR_2W 53uS 554.66 1.80ms
|
||||
SR_3W 50uS 591.40 1.69ms
|
||||
SR3W 56uS 524.91 1.91ms
|
||||
Reference in New Issue
Block a user