goodfet needs SS not CS for nrf application
[goodfet] / arduino-uno-env.sh
1 echo source this file in current shell
2 export board=arduino
3 export GOODFET=`dmesg | grep -C 5 www.arduino.cc | grep ttyACM | cut -d: -f3 | sed 's,^ ,/dev/,'`
4 test -z "$GOODFET" && echo "can't find ttyACM for Arduino plug it in and re-run script"
5