Added arduino libs
هذا الالتزام موجود في:
24
libraries/EnableInterrupt/examples/test.sh
Normal file
24
libraries/EnableInterrupt/examples/test.sh
Normal file
@@ -0,0 +1,24 @@
|
||||
#!/bin/bash
|
||||
|
||||
examples="
|
||||
AllPins2560
|
||||
AllPins328
|
||||
ATtinyBlink
|
||||
HiSpeed
|
||||
HiSpeedAllPins2560
|
||||
HiSpeedAllPins328
|
||||
InterruptedPin2560
|
||||
InterruptedPin328
|
||||
Mighty1284p
|
||||
OOSimple
|
||||
Simple
|
||||
SimpleWithLibrary
|
||||
"
|
||||
|
||||
for example in $examples; do
|
||||
echo $example
|
||||
sleep 2
|
||||
( cd $example; rm -rf build-*; make)
|
||||
echo $example done
|
||||
sleep 2
|
||||
done
|
المرجع في مشكلة جديدة
حظر مستخدم