HomeSort by relevance Sort by last modified time
    Searched defs:Buzzer (Results 1 - 2 of 2) sorted by null

  /hardware/bsp/intel/peripheral/libupm/src/buzzer/
buzzer.cxx 30 #include "buzzer.h"
35 Buzzer::Buzzer(int pinNumber) {
43 m_name = "Buzzer";
45 Buzzer::setVolume(1.0);
48 void Buzzer::setVolume(float vol){
52 float Buzzer::getVolume(){
56 int Buzzer::playSound(int note, int delay) {
61 Buzzer::stopSound();
66 void Buzzer::stopSound()
    [all...]
buzzer.h 40 * @brief Buzzer library
41 * @defgroup buzzer libupm-buzzer
46 * @library buzzer
47 * @sensor buzzer
48 * @comname Grove Buzzer
54 * @brief API for the Buzzer component
56 * This module defines the Buzzer interface for libbuzzer.
62 * @image html buzzer.jpg
63 * @snippet buzzer-sound.cxx Interestin
    [all...]

Completed in 59 milliseconds