|
FoggyLogFri Jul 3rd 2009 11:20:23: Possible Fuses allowed in MCC18 PIC CompilerI've just discovered how to find out the list of allowable fuses in the Microchip MCC18 PIC compiler. You do it at the dos prompt by typing for example "mcc18 --help-config -p=18f2455" This lead me to write to a little batch file to add to my start menu: echo off
|
|