/Designs/LX200obfuscator/SW/PIC18F4550/main.c |
---|
1,8 → 1,11 |
#include "Z:\home\kakl\svn\MLAB\Designs\LX200obfuscator\SW\PIC18F4550\main.h" |
/***** LX200obfuscator *****/ |
/***** 2014 (c) MLAB *****/ |
#include "main.h" |
#define LX200 PIN_E0 //CHANGE PIN_XX TO YOUR LED PIN NUMBER, EX: PIN_A5 |
#define LX200 PIN_E0 // Connection to the LX200 |
void main() |
{ |
17,6 → 20,7 |
setup_timer_3(T3_DISABLED|T3_DIV_BY_1); |
setup_comparator(NC_NC_NC_NC); |
setup_vref(FALSE); |
while(TRUE) |
{ |
output_low(LX200); |