Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make blocks for Arduino #52

Open
DenisaCG opened this issue Jul 25, 2022 · 0 comments
Open

Make blocks for Arduino #52

DenisaCG opened this issue Jul 25, 2022 · 0 comments
Labels
blocks Create custom blocks

Comments

@DenisaCG
Copy link
Member

DenisaCG commented Jul 25, 2022

Create custom blocks to program an Arduino board.

Arduino consists of both a physical programmable circuit board (often referred to as a microcontroller) and a piece of software, or IDE (Integrated Development Environment) that runs on your computer, used to write and upload computer code to the physical board. Arduino boards are able to read inputs - light on a sensor, a finger on a button - and turn it into an output - activating a motor, turning on an LED. You can read more about it here.

@DenisaCG DenisaCG added the blocks Create custom blocks label Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocks Create custom blocks
Projects
None yet
Development

No branches or pull requests

1 participant