joaomonteiro
Published © Apache-2.0

Inteligent living room

An exprience with plus plus, arduino, a lego people and a tiger product

BeginnerShowcase (no instructions)1 hour13
Inteligent living room

Things used in this project

Story

Read more

Custom parts and enclosures

bom_(1)_7zgz5urCD9.csv

Schematics

brilliant_migelo-borwo_oGIOpVnNdX.pdf

Code

intelligent-living-room.ino

C/C++
void setup() {
  // put your setup code here, to run once:
  pinMode(13, OUTPUT);
  pinMode(12, OUTPUT);
  pinMode(11, OUTPUT);
}

void loop() {
  // put your main code here, to run repeatedly:
digitalWrite(13, HIGH)
digitalWrite(12, HIGH)
digitalWrite(11, HIGH)
}

Credits

joaomonteiro
8 projects • 0 followers

Comments