|
| 1 | +<!-- Please do not change this logo with link --> |
| 2 | + |
| 3 | +<a target="_blank" href="https://www.microchip.com/" id="top-of-page"> |
| 4 | + <picture> |
| 5 | + <source media="(prefers-color-scheme: light)" srcset="images/mchp_logo_light.png" width="350"> |
| 6 | + <source media="(prefers-color-scheme: dark)" srcset="images/mchp_logo_dark.png" width="350"> |
| 7 | + <img alt="Microchip Technologies Inc." src="https://www.microchip.com/content/experience-fragments/mchp/en_us/site/header/master/_jcr_content/root/responsivegrid/header/logo.coreimg.100.300.png/1605828081463/microchip.png"> |
| 8 | + </picture> |
| 9 | +</a> |
| 10 | + |
| 11 | +# Update the title for avr128db48-i2c-proximity-sensor-polled-printf-errors here |
| 12 | + |
| 13 | +<!-- This is where the introduction to the example goes, including mentioning the peripherals used --> |
| 14 | + |
| 15 | +## Related Documentation |
| 16 | + |
| 17 | +<!-- Any information about an application note or tech brief can be linked here. Use unbreakable links! |
| 18 | + In addition a link to the device family landing page and relevant peripheral pages as well: |
| 19 | + - [AN3381 - Brushless DC Fan Speed Control Using Temperature Input and Tachometer Feedback](https://microchip.com/00003381/) |
| 20 | + - [PIC18F-Q10 Family Product Page](https://www.microchip.com/design-centers/8-bit/pic-mcus/device-selection/pic18f-q10-product-family) --> |
| 21 | + |
| 22 | +## Software Used |
| 23 | + |
| 24 | +<!-- All software used in this example must be listed here. Use unbreakable links! |
| 25 | + - MPLAB® X IDE 5.30 or newer [(microchip.com/mplab/mplab-x-ide)](http://www.microchip.com/mplab/mplab-x-ide) |
| 26 | + - MPLAB® XC8 2.10 or a newer compiler [(microchip.com/mplab/compilers)](http://www.microchip.com/mplab/compilers) |
| 27 | + - MPLAB® Code Configurator (MCC) 3.95.0 or newer [(microchip.com/mplab/mplab-code-configurator)](https://www.microchip.com/mplab/mplab-code-configurator) |
| 28 | + - MPLAB® Code Configurator (MCC) Device Libraries PIC10 / PIC12 / PIC16 / PIC18 MCUs [(microchip.com/mplab/mplab-code-configurator)](https://www.microchip.com/mplab/mplab-code-configurator) |
| 29 | + - Microchip PIC18F-Q Series Device Support (1.4.109) or newer [(packs.download.microchip.com/)](https://packs.download.microchip.com/) --> |
| 30 | + |
| 31 | +- MPLAB® X IDE 6.25.0 or newer [(MPLAB® X IDE 6.25)](https://www.microchip.com/en-us/development-tools-tools-and-software/mplab-x-ide) |
| 32 | +- MPLAB® XC8 3.0.0 or newer compiler [(MPLAB® XC8 3.0)](https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers/xc8) |
| 33 | + |
| 34 | +## Hardware Used |
| 35 | + |
| 36 | +<!-- All hardware used in this example must be listed here. Use unbreakable links! |
| 37 | + - PIC18F47Q10 Curiosity Nano [(DM182029)](https://www.microchip.com/Developmenttools/ProductDetails/DM182029) |
| 38 | + - Curiosity Nano Base for Click boards™ [(AC164162)](https://www.microchip.com/Developmenttools/ProductDetails/AC164162) |
| 39 | + - POT Click board™ [(MIKROE-3402)](https://www.mikroe.com/pot-click) --> |
| 40 | + |
| 41 | +## Setup |
| 42 | + |
| 43 | +<!-- Explain how to connect hardware and set up software. Depending on complexity, step-by-step instructions and/or tables and/or images can be used --> |
| 44 | + |
| 45 | +## Operation |
| 46 | + |
| 47 | +<!-- Explain how to operate the example. Depending on complexity, step-by-step instructions and/or tables and/or images can be used --> |
| 48 | + |
| 49 | +## Summary |
| 50 | + |
| 51 | +<!-- Summarize what the example has shown --> |
0 commit comments