Browse Source

„blink.cpp“ löschen

master
Lars Mewes 2 years ago
parent
commit
c726ca9891
1 changed files with 0 additions and 12 deletions
  1. 0
    12
      blink.cpp

+ 0
- 12
blink.cpp View File

@@ -1,12 +0,0 @@
#include <wiringPi.h>
int main (void)
{
wiringPiSetup () ;
pinMode (0, OUTPUT) ;
for (;;)
{
digitalWrite (0, HIGH) ; delay (500) ;
digitalWrite (0, LOW) ; delay (500) ;
}
return 0 ;
}

Loading…
Cancel
Save