Robotics
Go to Model
SHISHIODOSHI MACHINE
9
Downloads
10
Likes
0
Makes
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ししおどしです。
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
I made a traditional Japanese device called a shishiodoshi.
You can control its operation using Arduino and servo motor .
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
SAMPLE_CODE.ino
/ you should include library servo . h /
Servo shishiodoshi;
int a = 0;
void setup() {
shishiodoshi.attach(2);
shishiodoshi.write(90);
}
void loop() {
shishiodoshi.write(0);
ししおどしです。
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
I made a traditional Japanese device called a shishiodoshi.
You can control its operation using Arduino and servo motor .
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
SAMPLE_CODE.ino
/ you should include library servo . h /
Servo shishiodoshi;
int a = 0;
void setup() {
shishiodoshi.attach(2);
shishiodoshi.write(90);
}
void loop() {
shishiodoshi.write(0);
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign inNo comments yet – be the first!