Lets move a motor!
#include <Arduino.h>
#include <zirconLib.h>
void setup(void)
{
InitializeZircon();
}
void loop(void)
{
motor1(100, 0);
}
IF YOUR CODE DOES NOT WORK
- seeing if ; is at the end of every command like above
- seeing if the spacing is exactly as above (no space between motor1 and (100, 0) )
- look at the previous video to see if your platformio.ini file is set up correctly (we added lib_deps)
- feel free to ask if you are stuck in our discord server!