Prototype lesson for 'Line Detection'

This commit is contained in:
ganicke
2018-01-17 17:02:11 -08:00
parent 603e4c0fc1
commit ea5ee1c007
6 changed files with 284 additions and 0 deletions

13
docs/lessons.md Normal file
View File

@ -0,0 +1,13 @@
# Lessons
Learning activities for LEGO Mindstorms with MakeCode.
```codecard
[{
"name": "Line Detection",
"imageUrl":"/static/lessons/line-detection.jpg",
"url": "/lessons/line-detection",
"cardType": "lesson",
"description": "Make your robot drive itself by following lines."
}]
```