How to code Arduino using Events | Actions | States

preview_player
Показать описание
For Christmas, I signed myself up for the "Creative Engineering with Mark Rober". As part of the class we have to build something with an Arduino. Below is a link to my project. I created this video to help one of my peers in the class with their project.

I have post four videos for the project:

Link to the Creative Engineering with Mark Rober class:

Want to support my Diet Dr Pepper addiction?

Follow:

You can find me here as well:

Tools used to make my videos:
Video Editor Software: Davinci Resolve
Camera Samsung Galaxy S8 Phone & Canon EOS M50
Mic: Rode Videomic Shotgun microphone with Rycote Lyre Suspension
Рекомендации по теме
Комментарии
Автор

Great explanation of the code, events and actions. This helps with a project I’m currently working on. Thanks.

plumber
Автор

Thanks for sharing! Do you have a full example of the code? The enum structure is perfect for a project I'm working on but I'm just trying to understand it a bit more.

phaze
Автор

enum class name MachineState. But is it true that's how to use enum ? I thought need to declare the object and call the variables .

TechMalaya