blob: a001eecc07cdcd585b374bad8b0646c549db2804 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
This application tries to help finding elecrical shorts in the dev-bridge
board by configuring all pins but one at a time as input (pull-down), and
then outputing a bit to one pin and checking that none of the input pins
go high.
Usage:
Flash it
picocom -b 115200 /dev/ttyUSB0
You should see nothing but line feeds in the terminal emulator.
Red LED should stay OFF.
Blue and green LED should toggle (in tandem).
|