Emfrp sample applications for Mbed OS
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
See README in each sample directory.