aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMikkel Jeppesen <2756925+Duckle29@users.noreply.github.com>2019-08-31 02:47:11 +0200
committerDrashna Jaelre <drashna@live.com>2019-08-30 17:47:11 -0700
commitedc8283572d4f7648146b05d49dc446e169d4534 (patch)
treee6b7385e1f662c7409df2524ba96c8e1e10416f6 /docs
parentb7ddf64b547f48f7fd47937a5b33561f0090cd7c (diff)
downloadqmk_firmware-edc8283572d4f7648146b05d49dc446e169d4534.tar.gz
qmk_firmware-edc8283572d4f7648146b05d49dc446e169d4534.zip
Removed prescaler define from avr i2c, as it was impossible to use (#6617)
Diffstat (limited to 'docs')
-rw-r--r--docs/i2c_driver.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/i2c_driver.md b/docs/i2c_driver.md
index 317307e1b..856ca0a9b 100644
--- a/docs/i2c_driver.md
+++ b/docs/i2c_driver.md
@@ -34,7 +34,6 @@ The following defines can be used to configure the I2C master driver.
34|Variable |Description |Default| 34|Variable |Description |Default|
35|------------------|---------------------------------------------------|-------| 35|------------------|---------------------------------------------------|-------|
36|`F_SCL` |Clock frequency in Hz |400KHz | 36|`F_SCL` |Clock frequency in Hz |400KHz |
37|`Prescaler` |Divides master clock to aid in I2C clock selection |1 |
38 37
39AVRs usually have set GPIO which turn into I2C pins, therefore no further configuration is required. 38AVRs usually have set GPIO which turn into I2C pins, therefore no further configuration is required.
40 39