Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 615 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 615 Bytes

emfrp_mbed_samples

Emfrp sample applications for Mbed OS

To clone this repository

git clone --recursive https://github.com/psg-titech/emfrp_mbed_samples.git

The command-line option --recursive is required to get mbed-os submodule. If you have cloned this repository without this option, do the following to retrieve the submodule.

cd emfrp_mbed_samples
git submodule update --init --recursive

To run sample applications

See README in each sample directory.

Requirements