aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lufa/Demos/Device/ClassDriver/AudioInput/Config
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2018-07-25 08:26:10 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2018-07-25 08:26:10 -0700
commit4df6b7ba191f5cbfa9c2af8e7b79b7613722bd46 (patch)
tree2e05c2d1f8080ed332750c8c268140004dd8a55a /lib/lufa/Demos/Device/ClassDriver/AudioInput/Config
parent56ed2d495d28e5f3a0d4fe3513834896d095cf38 (diff)
downloadfirmware-4df6b7ba191f5cbfa9c2af8e7b79b7613722bd46.tar.gz
firmware-4df6b7ba191f5cbfa9c2af8e7b79b7613722bd46.tar.bz2
firmware-4df6b7ba191f5cbfa9c2af8e7b79b7613722bd46.zip
Fix for the Split Common I2C code's SCL_CLOCK issue (#3474)
* Fix the SLC_CLOCK setting for the Split Common code Make the SCL_CLOCK setting configurable per board, since some use different settings And change the Iris to use 100000L instead of 400000L * Add SCL_CLOCK variable to documentation * Change SCL_CLOCK default to 100000L
Diffstat (limited to 'lib/lufa/Demos/Device/ClassDriver/AudioInput/Config')
0 files changed, 0 insertions, 0 deletions
'n146' href='#n146'>146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242