1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_pca9633
Gerson Fernando Budke 4a9f0efb6d boards: introduce atmega328p-xplained-mini
Add ATmega328P Xplained Mini board.  The board is an official
development kit from MCHP based on the Arduino UNO, reduced
hardware, with a xplainedmini debugger and CDC ACM serial
converter.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-03-27 14:10:19 -03:00
..
app.config.test tests: add Kconfig configuration files for multiple driver tests 2021-01-14 10:00:44 +01:00
main.c tests/driver_pca9633: convert to xtimer_msleep() 2020-11-05 11:32:42 +01:00
Makefile tests/driver_pca9633: add test for pca9633 driver 2020-06-25 22:31:19 +02:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03:00
README.md tests/driver_pca9633: add test for pca9633 driver 2020-06-25 22:31:19 +02:00

PCA9633 I2C PWM controller

Overview

This test application demonstrates the usage of the PCA9633 driver interface and can be used to test a PCA9633 PWM device with shell commands.

Usage

The following shell commands are available:

  • turn_on: Turn on all LEDs.
  • turn_off: Turn off all LEDs.
  • wakeup: Switch to normal mode.
  • sleep: Switch to low power mode.
  • pwm: Set individual PWM signal for a given channel.
  • grp_pwm: Set global PWM signal.
  • blinking: Set up values for blinking mode.
  • rgb: Set PWM values for RGB.
  • rgba: Set PWM values for RGBA.
  • ldr_state: Set the LED driver output state for a given channel.
  • ldr_state_all: Set the LED driver output state for all channels.
  • auto_increment: Set an option for auto increment.
  • grp_ctrl_mode: Set the group control mode.
  • run_demo: Demonstration of all functions.