User Manual
7/08/12 11:41 PM
Page 13 of 16http://www.rchacker.com/diy/simonk-esc-firmware-flashing?tmpl=%2Fsystem%2Fapp%2Ftemplates%2Fprint%2F&showPrintDialog=1
.gitignore is used by github where the code is stored.
Makefile is a script that compiles all the binaries at once. We are only interested in one type of ESC
at a time so I am not going to cover it here.
README.md read it! Its got lots of information and instructions on calibrating your ESC once
flashed.
The inc files are for each of the different types of ESCs. We will be using bs_nfet.inc
tgy.asm. This is the main source file and here we will make some changes. Open it up with any text
editor.