Skip to content

Commit

Permalink
Fixed missing new line character in line 539
Browse files Browse the repository at this point in the history
Fixed missing new line character in line 539
  • Loading branch information
waringk authored Jul 13, 2022
1 parent 8181ca0 commit b85b258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootcamp_sessions/PYNQ201_led_bar.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@
"\n",
"1. Flash alternating sets of lights (try using a function to make this easier).\n",
"2. Count how many times a button is pressed and display it on the LED bar.\n",
"3. Display which built in buttons and switches are being pressed (if button 0 is pressed -> led bar element 0 is lit, etc)"
"3. Display which built in buttons and switches are being pressed (if button 0 is pressed -> led bar element 0 is lit, etc).\n",
"4. If you want to learn more about binary, check out this short video clip: https://www.youtube.com/watch?v=wgbV6DLVezo"
]
}
Expand Down

0 comments on commit b85b258

Please sign in to comment.