Skip to content
Snippets Groups Projects
Commit 32336c2e authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Add README.md

parents
Branches
Tags
No related merge requests found
# Moberg
A library for connecting to various input/output libraries
with a common (very simple interface).
```C
struct moberg_t;
struct moberg_digital_in_t;
const struct moberg_t *moberg_init();
struct moberg_digital_in_t *moberg_open_digital_in(
const struct moberg_t *handle,
int channel);
```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment