mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-08 04:19:10 +08:00
7 lines
111 B
C
7 lines
111 B
C
#pragma once
|
|
|
|
#include "mongoose.h"
|
|
|
|
bool gpio_write(uint16_t pin, bool status);
|
|
bool gpio_read(uint16_t pin);
|