ST / Mbed 2 deprecated LedDimming_LED61A1

Dependencies:   X_NUCLEO_LED61A1 mbed

Fork of LedDimming_LED61A1 by ST Expansion SW Team

LED Control with the X-NUCLEO-LED61A1 Expansion Board

This application provides an example of usage of the X-NUCLEO-LED61A1 LED Control Expansion Board. It shows how to control a LED stripe load connected to the board through the following control modes:

  1. Manual PWM Dimming;
  2. Manual Analog Dimming;
  3. Sinusoidal PWM Dimming;
  4. Sinusoidal Analog Dimming;
  5. Photo-based Analog Dimming.

The button of the MCU board, when available, can be used in the following ways:

  • Short Button Press [<0.5s] for Manual Dimming;
  • Medium Button Press to Switch Demo;
  • Long Button Press [>2s] to Switch Power ON/OFF.

The program starts in mode 1.

Files at this revision

API Documentation at this revision

Comitter:
Davidroid
Date:
Fri Jan 15 17:12:03 2016 +0000
Parent:
5:b00bbf1edfa9
Child:
7:5763474c7551
Commit message:
+ Updated with the new version of the library.

Changed in this revision

X_NUCLEO_LED61A1.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/X_NUCLEO_LED61A1.lib	Thu Jan 14 17:07:33 2016 +0000
+++ b/X_NUCLEO_LED61A1.lib	Fri Jan 15 17:12:03 2016 +0000
@@ -1,1 +1,1 @@
-https://developer.mbed.org/teams/ST-Expansion-SW-Team/code/X_NUCLEO_LED61A1/#771cbe8066dc
+https://developer.mbed.org/teams/ST-Expansion-SW-Team/code/X_NUCLEO_LED61A1/#8626c6a14ef3
--- a/main.cpp	Thu Jan 14 17:07:33 2016 +0000
+++ b/main.cpp	Fri Jan 15 17:12:03 2016 +0000
@@ -1,10 +1,10 @@
 /**
  ******************************************************************************
  * @file    main.cpp
- * @author  Davide Aliprandi, STMicrolectronics
+ * @author  Davide Aliprandi, STMicroelectronics
  * @version V1.0.0
  * @date    December 9th, 2015
- * @brief   mbed test application for the STMicrolectronics X-NUCLEO-LED61A1
+ * @brief   mbed test application for the STMicroelectronics X-NUCLEO-LED61A1
  *          LED expansion board.
  ******************************************************************************
  * @attention