aboutsummaryrefslogtreecommitdiff
path: root/examples/mb525/pwmleds
AgeCommit message (Collapse)Author
2010-12-29Deduplicate example README file contents.Uwe Hermann
2010-12-29Replace uint8_t with u8 et al, fix whitespace.Uwe Hermann
2010-12-29Whitespace fixes.Uwe Hermann
2010-12-21Corrected pwmleds to use the right GPIO defines.Piotr Esden-Tempski
2010-12-17Moved common example make code to a central file. Added more gitignores.Piotr Esden-Tempski
2010-06-29Various cosmetic and coding style fixes.Uwe Hermann
2010-05-11Changed examples to new rcc definitions.Thomas Otto
2010-03-05Consistently use the hex file for flashing.Uwe Hermann
2010-03-04Added standard clock setup routines.Piotr Esden-Tempski
Thanks to Thomas Otto for pointing out problems with the clock code in examples and his clock routine implementations. Based on that the most common clock combination routines were added to the library and all routines in examples setting up the clock replaced with calls to that functions.
2010-03-04Cleaned up header inclusion.Piotr Esden-Tempski
Now all examples are including only the modules they really need. Also each header file of the library is including only the necessary headers making it possible to use these modules in parallel with other implementations that may collide with the definitions in other modules.
2010-02-27Added gamma 2.2 and set as default gamma for fade mode.Piotr Esden-Tempski
2010-02-23Revert unintended change.Uwe Hermann
2010-02-23Cosmetics, whitespace, coding style.Uwe Hermann
2010-02-22Added KITT mode.Piotr Esden-Tempski
2010-02-22Added gamma 2.5 corrected 3.0 table added fade mode.Piotr Esden-Tempski
The fade mode is using one gamma correction table and fades with a time offset to create a nice moving fade.
2010-02-22Scaled gamma 1.3 table to cover whole power range.Piotr Esden-Tempski
Now the example shows the difference between different gamma approaches.
2010-02-22Added proper gamma correction tables.Piotr Esden-Tempski
2010-02-22Added pwmleds example for mb252 board.Piotr Esden-Tempski
It creates a fading pattern on the 4 leds on the eval board, using TIM3 PWM output, and a gamma correction lookup table.