Skip to content

matsujirushi/easyio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

I/O peripherals access library for Azure Sphere

Functions

Category Function
mbed_wait_api void wait(float s)
void wait_ms(int ms)
void wait_us(int us)
DigitalOut void* DigitalOut_new(int pin, int value)
void DigitalOut_write(void* inst, int value)
DigitalIn void* DigitalIn_new(int pin)
int DigitalIn_read(void* inst)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published