sheffieldhackspace / little_projects

A group project for Hacktoberfest 2020 - small projects that all use the same board, for beginners to tinker with.
GNU General Public License v3.0
2 stars 5 forks source link

create a project to push a button then light a light #7

Open tanyafish opened 3 years ago

tanyafish commented 3 years ago

Make a breadboard project that lights up an LED when you push a button.

Needs:

If time:

tanyafish commented 3 years ago

Note: this can be done with a microbit or an arduino nano - make sure you check the equipment list in the main repository and only use physical items from there.

For microbit, use micropython and save as a .py file, and for the arduino use C++ and save as a .ino file.

kakul19 commented 3 years ago

I want to contribute to this including the 4th task with a bit of variation in the different cases possible

tanyafish commented 3 years ago

That sounds fine - I'm happy for you to do a pull request for each bullet point separately.