File BuzzerController.hpp
File List > fw > rbcx-coprocessor > 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 > fw > rbcx-coprocessor > include > BuzzerController.hpp
Go to the documentation of this file.
#pragma once
#include "Bsp.hpp"
inline void buzzerSetState(bool on) { pinWrite(buzzerPin, on); }