Skip to content
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

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

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