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: PIC16F15345 and DT_INTS-14
Sorry, it is PIC16F15345. Attached is modified DT_INTS-14 but does not work.
dran11 Today, 14:43'
DISABLE DEBUG
#CONFIG
__config _CONFIG1, _FEXTOSC_OFF & _RSTOSC_HFINT32 & _CLKOUTEN_OFF & _CSWEN_OFF &...