1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_pca9633
Leandro Lanzieri 50383d7082
tests: add Kconfig configuration files for multiple driver tests
Configurations have been added for:
- opt3001
- pca9633
- pca9685
- pcd8544
- ph_oem
- pir
- pn532
- pulse_counter
- qmc5883l
- rn2xx3
2021-01-14 10:00:44 +01: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 tests/driver_pca9633: add test for pca9633 driver 2020-06-25 22:31:19 +02: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.