This script installs the tools needed to write code to PM PCB, makes a makefile, source code as example, a script to upload the code to microcontroller. The program that uploads the code will be installed in current directory.
Move install.sh
in the directory where you want bootloader files to be
located.
$ ./install.sh
This will create 3 files:
main.c
- sample code to runMakefile
- contains rules for building the binarygo.sh
- script that will compile and upload the code to microcontroller
go.sh
might not work on Bash for Windows 10.