This repository provides an example of bare-metal code for GPIO read/write operations. This example shows how to read an input pin value, changed by pressing a button, and how to set an output pin value, in order to turn an LED on and off.
最近更新: 5年多前AVR128DA48 LED Dimming with PWM Example
最近更新: 5年多前This repository provides an example bare-metal code for using GPIO Interrupts and shows how to enable the Interrupt-on-Change (IOC). The IOC is configured to be triggered on the falling edge detected on the desired input pin.
最近更新: 5年多前This repository provides an example of MCC-generated code for using GPIO Interrupts and shows how to enable the Interrupt-on-Change (IOC). The IOC is configured to be triggered on the falling edge detected on the desired input pin.
最近更新: 5年多前Code example for "Getting Started with CLC on PIC18" Technical Brief : Using Basic Logic Gates - MCC Generated Code
最近更新: 5年多前This repository provides an example of MCC-generated code for GPIO read/write operations. This example shows how to read an input pin value, changed by pressing a button, and how to set an output pin value, in order to turn an LED on and off.
最近更新: 5年多前This repository provides an example of bare-metal code for a Wake-Up from Sleep procedure. This example shows how to obtain less power consumption by putting the device in the Sleep mode and waking it up using the IOC, with a button controlling the input pin value.
最近更新: 5年多前This repository provides an example of MCC-generated code for a Wake-Up from Sleep procedure. This example shows how to obtain less power consumption by putting the device in the Sleep mode and waking it up using the IOC, with a button controlling the input pin value.
最近更新: 5年多前Code example for "Getting Started with CLC on PIC18" Technical Brief : Using CLCs to create a Data Signal Modulator - MCC Generated Code
最近更新: 5年多前