Write a program that can run on a BeagleBone board that will…
Write a program that can run on a BeagleBone board that will accomplish the following task: char *LED0=”/sys/class/leds/beaglebone:green:usr0″; Place LED3 into none mode (in the program ) Turn the LED ON for X second and OFF for X*2 seconds for X -> {2,4,6,8,10), so the first time ON/OFF for 2 second, then ON/OFF for 4 second … and so on. (must use a loop and the % operator)
Read Details