tutrc_harurobo_lib
読み取り中…
検索中…
一致する文字列を見つけられません
tutrc_harurobo_lib::GPIO クラス

#include <gpio.hpp>

公開メンバ関数

bool init (GPIO_TypeDef *port, uint16_t pin)
 
void write (bool state)
 
bool read ()
 
void toggle ()
 
void set_exti_callback (std::function< void()> &&callback)
 

関数詳解

◆ init()

bool tutrc_harurobo_lib::GPIO::init ( GPIO_TypeDef * port,
uint16_t pin )

◆ read()

bool tutrc_harurobo_lib::GPIO::read ( )

◆ set_exti_callback()

void tutrc_harurobo_lib::GPIO::set_exti_callback ( std::function< void()> && callback)

◆ toggle()

void tutrc_harurobo_lib::GPIO::toggle ( )

◆ write()

void tutrc_harurobo_lib::GPIO::write ( bool state)

このクラス詳解は次のファイルから抽出されました: