Skip to content

Commit 7c5cced

Browse files
Nathaniel ThompsonNathaniel Thompson
authored andcommitted
MPAE-16007: Removed TODO line and updated metadata
1 parent 6410f0f commit 7c5cced

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.main-meta/main.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
],
2121
"dfp": {
2222
"name": "PIC16F1xxxx_DFP",
23-
"semverRange": "^1.21.368"
23+
"semverRange": "^1.22.376"
2424
},
2525
"configurator": {
2626
"name": "MCC",

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ Then, go to **Project Resources** -> **Pins** and check that the ADCC input pin
150150

151151
After configuring the peripheral and enabling interrupts for it generate the application code. Go into the `main.c`. Enable interrupts by uncommenting `INTERRUPT_GlobalInterruptEnable();` and `INTERRUPT_PeripheralInterruptEnable();`.
152152

153-
Note: Peripheral Interrupts for the PIC16F18076 may be used to wake the device from Sleep by only enabling peripheral interrupts, but are unable to execute tasks from the ISR as mentioned. (TODO: !!!Run Test on this to verify!!!)
154153

155154
Include the function call `TMR2_Start();` in the main function before the while loop to start the ADCC. Then add instructions for Sleep mode and to blink the LED. An optional while statement to keep the device awake while the ADCC result is above the threshold result was included below.
156155

0 commit comments

Comments
 (0)