File BuzzerController.hpp
File List > demo-projets > stm32 > include > BuzzerController.hpp
Go to the documentation of this file.
#pragma once
#include "Bsp.hpp"
inline void buzzerSetState(bool on) { pinWrite(buzzerPin, on); }
File List > demo-projets > stm32 > include > BuzzerController.hpp
Go to the documentation of this file.
#pragma once
#include "Bsp.hpp"
inline void buzzerSetState(bool on) { pinWrite(buzzerPin, on); }