Skip to content

Commit

Permalink
Readme: add links for examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ysard committed Dec 18, 2021
1 parent 7d7e348 commit b38515c
Showing 1 changed file with 16 additions and 12 deletions.
28 changes: 16 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,15 @@ sensors.
You can find the different examples in the "examples" folder of the project, or from the
Arduino IDE via the menu "File/Examples/MyOwnBricks" menu.

- **color_distance_sensor**: Complete implementation of the official Color & Distance
- **[color_distance_sensor](./examples/color_distance_sensor/)**:
Complete implementation of the official Color & Distance
sensor using a TCS34725 color sensor and a VL6180X distance sensor.
- **color_sensor**: Implementation of the color sensor only.
- **distance_sensor**: Distance sensor implementation only.
- **IR_emitter**: Implementation of an infrared transmitter. The use of a callback
receiving the code sent from the the Hub is provided.
- **tilt_sensor**: Skeleton for the implementation of the generic orientation sensor.
- **[color_sensor](./examples/color_sensor/)**: Implementation of the color sensor only.
- **[distance_sensor](./examples/distance_sensor/)**: Distance sensor implementation only.
- **[IR_emitter](./examples/IR_emitter/)**: Implementation of an infrared transmitter.
The use of a callback receiving the code sent from the the Hub is provided.
- **[tilt_sensor](./examples/tilt_sensor/)**:
Skeleton for the implementation of the generic orientation sensor.


## Connections
Expand Down Expand Up @@ -378,13 +380,15 @@ rapidement avec les capteurs testés.
Vous trouverez les différents exemples dans le dossier "examples" du projet, ou depuis
l'IDE Arduino via le menu "File/Examples/MyOwnBricks".
- **color_distance_sensor**: Implémentation complète du capteur Color & Distance
- **[color_distance_sensor](./examples/color_distance_sensor/)**:
Implémentation complète du capteur Color & Distance
officiel utilisant le capteur de couleur TCS34725 et le capteur de distance VL6180X.
- **color_sensor**: Implémentation seule du capteur de couleur.
- **distance_sensor**: Implémentation seule du capteur de distance.
- **IR_emitter**: Implémentation d'un transmetteur infrarouge. L'usage d'un callback
recevant le code envoyé depuis le Hub est démontré.
- **tilt_sensor**: Squelette pour l'implémentation du capteur d'orientation générique.
- **[color_sensor](./examples/color_sensor/)**: Implémentation seule du capteur de couleur.
- **[distance_sensor](./examples/distance_sensor/)**: Implémentation seule du capteur de distance.
- **[IR_emitter](./examples/IR_emitter/)**: Implémentation d'un transmetteur infrarouge.
L'usage d'un callback recevant le code envoyé depuis le Hub est démontré.
- **[tilt_sensor](./examples/tilt_sensor/)**:
Squelette pour l'implémentation du capteur d'orientation générique.
## Branchements
Expand Down

0 comments on commit b38515c

Please sign in to comment.