You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,10 +39,10 @@ The example code is based on the application note [AN2551](#Related-Documentatio
39
39
#define SAMPLING_DELAY 0
40
40
#define ENABLE_ASDV 0
41
41
```
42
-
4. Make sure the kit is selected as the tool to be programmed under project settings
42
+
4. Make sure the kit is selected as the tool to be programmed under project settings.
43
43
5. Press the make and program button to program the device.
44
-
6. Open data visualizer to interact with the virtual comport over UART on the devkit. The baud rate is `19200`
45
-
7. Follow Appendix A in [AN2551](#Related-Documentation) for step by step instructions on how to graph the samples
44
+
6. Open data visualizer to interact with the virtual comport over UART on the devkit. The baud rate is `19200`.
45
+
7. Follow Appendix A in [AN2551](#Related-Documentation) for step by step instructions on how to graph the samples.
46
46
* Alternatively you can open the provided MPLAB Data Visualizer config `MPLAB_Data_Visualizer_Config_Noise_Countermesure.json` file. Make sure the correct COM port is selected when it's open.
47
47
48
48
Filtered ADC values will be passed over the UART port, these can be parsed or graphed for a visual understanding of ADC value.
0 commit comments