Hello all-
This is my first time on the board, and I have gleaned quite a bit of information concerning the "@ DEVICE" commands, but cannot seem to find a list of what can be set, and to what they can be set. Some of the ones I found here are:
@ DEVICE PIC16F72
' PIC Selection (PIC Name)
@ DEVICE EC_OSC
' System Clock Options (External)
@ DEVICE INTRC_OSC_NOCLKOUT
' System Clock Options (Internal)
@ DEVICE XT_OSC
' System Clock Options (XT)
@ DEVICE HS_OSC
' System Clock Options (HS)
@ DEVICE WDT_OFF
' Watchdog Timer (_ON, _OFF)
@ DEVICE PWRT_OFF
' Power-On Timer (_ON, _OFF)
@ DEVICE MCLR_ON
' Master Clear Options (_ON - External, _OFF - Internal)
@ DEVICE BOD_OFF
' Brown-Out Detect (_ON, _OFF)
@ DEVICE CPD_OFF
' Data Memory Code Protect (_ON, _OFF)
@ DEVICE PROTECT_OFF
' Program Code Protection (_ON, _OFF)
If there are any more (and I'm sure there are), or if there are errors in the above, please let me know.
Thanks-
-Randy
Bookmarks