An easy buzzer library to be used and implemented. Not glued to a chipset. Can be used on stm32, msp430, atmega
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Pablo Jean cf4035fc2d Merge branch 'develop' of github.com:Pablo-Jean/buzzer into develop 4 years ago
.gitignore :file: fixed README.md name and add gitignore 4 years ago
README.md :file: fixed README.md name and add gitignore 4 years ago
buzzer.c 🎉 First Commit 4 years ago
buzzer.h 🎉 First Commit 4 years ago

README.md

Introduction

A tiny and simple buzzer library, based on interrupt.

Supports any microcontroller and Passive or Active buzzer.

How to Use

.. soon ..

Examples

.. soon ..