PIC24_DOG
Hauptseite
Dateien
Auflistung der Dateien
Datei-Elemente
configuration_bits.c
gehe zur Dokumentation dieser Datei
1
/******************************************************************************/
2
/* Files to Include */
3
/******************************************************************************/
4
5
/* Device header file */
6
#if defined(__XC16__)
7
#include <xc.h>
8
#elif defined(__C30__)
9
#if defined(__PIC24E__)
10
#include <p24Exxxx.h>
11
#elif defined (__PIC24F__)||defined (__PIC24FK__)
12
#include <p24Fxxxx.h>
13
#elif defined(__PIC24H__)
14
#include <p24Hxxxx.h>
15
#endif
16
#endif
17
18
/******************************************************************************/
19
/* Configuration Bits */
20
/* */
21
/* This is not all available configuration bits for all PIC24 devices. */
22
/* Refer to the PIC24 device specific .h file in the compiler */
23
/* support\PIC24x\h (x=F,H,E) directory for complete options specific to the */
24
/* selected device. For additional information about what the hardware */
25
/* configurations mean in terms of device operation, refer to the device */
26
/* datasheet 'Special Features' chapter. */
27
/* */
28
/* A feature of MPLAB X is the 'Generate Source Code to Output' utility in */
29
/* the Configuration Bits window. Under Window > PIC Memory Views > */
30
/* Configuration Bits, a user controllable configuration bits window is */
31
/* available to Generate Configuration Bits source code which the user can */
32
/* paste into this project. */
33
/******************************************************************************/
34
/* TODO Config ID*/
35
// ID Location Year,Month 2015 02
36
//#pragma config IDLOC0 = 1, IDLOC1 = 5, IDLOC2 = 0, IDLOC3 = 2
37
// ID Location Projectnumber 0002
38
//#pragma config IDLOC4 = 0, IDLOC5 = 0, IDLOC6 = 0, IDLOC7 = 2
39
/* TODO Fill in your configuration bits from the config bits generator here. */
40
41
42
trunk
pic24_c_DOG.X
configuration_bits.c
Erzeugt am Don Mär 12 2015 21:59:28 für PIC24_DOG von
1.8.9.1