Skip to content

STM32L475VG-DISCOVERY-IOT : add general demo #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 14, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# STM32Examples
Provides several examples for the Arduino core for STM32 MCUs.
For the complete description of each example, please refer to the comments at the beginning of each .ino file.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I understand the rational but can't we have as well a short description with picture in the example forlder of examples/STM32L475VG-DISCOVERY-IOT ?


Examples for STM32L475VG-DISCOVERY board :
* BTLE_sensors_tof_demo.ino :
* get environmental data and send it via BlueTooth to your smartphone.
* use Time of Flight sensor to detect gestures
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just understood tof means Time of Flight maybe put it here or in the example. Time of Flight (tof)
Or rename to BTLE_sensors_TimeofFligth_demo.ino


Feel free to share your examples...
Loading