Amicus is a multifunction development system inspired by the popular Arduino board, however, the Amicus board uses a Microchip PIC® microcontroller instead of an Atmel AVRtm type.
Comprehensive documentation and a helpful and friendly support environment, make using
Amicus18 an easy and enjoyable experience for beginners and seasoned programmers.
Forum Moderator Mackrakit (Dave) very kindly ported the Proton BASIC Compiler code over to PBP3 and modified the original AMicus18 docuemts for PBP3 users.
...
Re: ADC resolution for 16F616
My ADCON0 register looks like this 10010011. Now I have to figure out why it worked.
pescador Today, 13:40starting from left
1 = Right justified, needed for 10 bit
0 = reference is VDD
0010 = using AN2
1 = not...