Automatic code generator for PIC microcontrollers. Currently Supporting PIC16F and PIC-CCS Compiler only.
- [V0.1] A new file is created in current folder with the provided name by command line argument
You may use this as following
//Navigate to folder you want to create file into
>> go run picmate.go your_file_name.c
Or if you had downloaded the precompiled exe file then you may use this with just following command
>> picmate your_file_name.c
- Never forget to include this src folder into your envirnoment path