This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-wire
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix typo in comments
main
PaulStoffregen
7 years ago
parent
13fc9401d9
commit
49361a0c41
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
WireKinetis.cpp
+ 1
- 1
WireKinetis.cpp
View File
@@ -223,7 +223,7 @@ void TwoWire::setClock(uint32_t frequency)
} else if (frequency < 1000000) {
port().F = 0x07; // 400 kHz
} else {
port().F = 0x00; // 800
M
Hz
port().F = 0x00; // 800
k
Hz
}
port().FLT = 1;
#elif F_BUS == 8000000
Write
Preview
Loading…
Cancel
Save