Skip to content

Commit

Permalink
Extended warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
rac2030 committed Jun 16, 2018
1 parent 6fd3a25 commit dc0e92b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions firmware/examples/i2c_scanner/i2c_scanner.ino
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@
//

/**
* A warning, you need to disconnect any I2C device on the user bus prior to programming
* as the pins have dual use and thats leading to a lockup and you get an error message during programming.
* !!!! A warning, you need to disconnect any I2C device on the user bus prior to programming
* as the pins have dual use and thats leading to a lockup and you get an error message
* during programming. !!!!
*
*
* Example Output when a device is connected on the user I2C bus:
* I2C Scanner
* Scanning Internal I2C bus...
Expand Down

0 comments on commit dc0e92b

Please sign in to comment.