Introduction
Animatron-6 was software I developed to control my animatronic, presented here in 2011. It started as an Excel spreadsheet, with a lookup table to match a user-friendly name to an arcane servo command. The spreadsheet constructed a Windows Command Line batch file, which was run to control the animatronic connected to a laptop via . It then evolved into a compiled Basic program, which interprets a proprietary language I designed, called A-Code, for animatronic code. This...
Arduino Implementation of Interpreted/Pre-Compiled Proprietary Language
Animatron-6 was software I developed to control my animatronic, presented here in 2011. It started as an Excel spreadsheet, with a lookup table to match a user-friendly name to an arcane servo command. The spreadsheet constructed a Windows Command Line batch file, which was run to control the animatronic connected to a laptop via . It then evolved into a compiled Basic program, which interprets a proprietary language I designed, called A-Code, for animatronic code. This...
Arduino Implementation of Interpreted/Pre-Compiled Proprietary Language