manualy generated blinky opcodes
This commit is contained in:
@@ -13,4 +13,21 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "actuators.h"
|
||||
|
||||
void led_toggle(int led_id)
|
||||
{
|
||||
printf("led_toogle: %d", led_id);
|
||||
}
|
||||
|
||||
void led_on(int led_id)
|
||||
{
|
||||
printf("led_on: %d", led_id);
|
||||
}
|
||||
|
||||
void led_off(int led_id)
|
||||
{
|
||||
printf("led_off: %d", led_id);
|
||||
}
|
||||
Reference in New Issue
Block a user