swindex / LEETArduinoPendant

A UCCNC Plugin to receive commands from an Arduino Nano-powered CNC Pendant
5 stars 1 forks source link

Arduino code #1

Closed madbobmcjim closed 1 year ago

madbobmcjim commented 1 year ago

This looks like a really useful addon, do you happen to have an example arduino code file that could be used to build on? I've never looked at Firmata before.

swindex commented 1 year ago

Hi, Just use these instructions on installing firmata on your Arduino: https://www.instructables.com/Arduino-Installing-Standard-Firmata/ Firmata allows you to write all your code on the plugin side, and none on the Arduino.