diff --git a/README.md b/README.md index ba7e39b..f358daa 100644 --- a/README.md +++ b/README.md @@ -56,5 +56,21 @@ So what did we cover on day #5? Today you have: ------------------------------------------------------------------------------------------------------ +Day 6 Complete! + +Good job makers! We've learnt how to use another sensor today, as well as introducing some new ways to manipulate values and strings. + +We're going to use this sensor again before the end of the calendar as it's a great partner for a component hiding in one of the other boxes... + +So, what did we learn today? Today we: + + Learnt how to wire a light sensor circuit + Learnt how to manipulate data to make it more useful to us and our programs + Learnt how to convert values to strings with the str function + Learnt how use the round function to limit decimal places + Learnt how to combine multiple strings in prints + +------------------------------------------------------------------------------------------------------ +