Embedded programming

Show filter

Image

If paths to your library files doesn't specified in the STM32CubeIDE (Eclipse) project properties (both source and include) the project will be unable to compile?.. Here is clear steps to solve this problem with example ?.

11.12K

Image

This simple library give you a chance to using buzzer as sound notification with the possibility to set number of beeps and period between them.

Setup is very easy, because it's fully compatible with HAL and Cube code generator, all you need it's config chosen pin and set label BUZZER. And here is example of use:

  1. Buzzer_Go(TBUZ_100, TICK_2);

2.15K
Cookies?