Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 553 Bytes

Generic IO - STM32 F103 device library

The hobby project which is intended to ease control I/O ports of STM32 Devices from higher level application via USB.

This is java device driver part. The library for java is here: generic-io, and the demo will be placed soon: generic-io-demo

Requirements

TBD

Build & install

git clone https://github.com/Michal-Wadowski/f103-generic-io.git

cd f103-generic-io

make clean && make all