mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-20 19:41:47 +02:00
added Arduino and vtask imports
This commit is contained in:
parent
8fa5de4b12
commit
f2253a7cb5
@ -12,6 +12,9 @@
|
||||
#ifndef Motion_h
|
||||
#define Motion_h
|
||||
#include <stdint.h>
|
||||
#include <Arduino.h>
|
||||
#include <freertos/FreeRTOS.h>
|
||||
#include <freertos/task.h>
|
||||
|
||||
const int MOTOR_RIGHT_PIN = 11;
|
||||
const int MOTOR_LEFT_PIN = 12;
|
||||
|
Loading…
x
Reference in New Issue
Block a user