Digi APIX GPIO Sample
Sample application to access and manage GPIO lines using the Digi APIX library.
The application uses a gpio as input (e.g. a user button) and another
one as output (e.g. a user led). The application toggles the output GPIO
whenever an interrupt is generated in the input GPIO.
apix-gpio-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc
Digi APIX I2C Sample
Sample application to access and manage I2C slaves using the Digi APIX library.
The application writes a page of an external EEPROM memory with random
data and then reads the data back to validate it (tested with 24FC1026).
apix-i2c-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc
Digi APIX PWM Sample
Sample application to access and manage PWM lines using the Digi APIX library.
The application enables one PWM line of the board using a frequency of
1000Hz. Then, progressively modifies the duty cycle in a loop from 10% to
90% and vice-versa.
apix-pwm-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc
Digi APIX SPI Sample
Sample application to access and manage SPI slaves using the Digi APIX library.
The example application writes a page of an external EEPROM memory with random
data and then reads the data back to validate it.
Most of EEPROM memories are compatible with the sample specifying the page size and
the number of address bytes.
apix-spi-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc
Digi APIX ADC Sample
Sample application to access and manage ADC channels using the Digi APIX library.
The application enables one ADC channel on the board. After that, the application takes periodic samples and prints the raw value and the value in mv.
apix-adc-example
ccimx6sbc
ccimx6qpsbc
ccimx6ulstarter
ccimx6ulsbc