Skip to content

Commit

Permalink
Maker faire small changes in code, design & logos
Browse files Browse the repository at this point in the history
  • Loading branch information
irenesanznieto committed Sep 30, 2016
1 parent c479291 commit 52cf72d
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified Mechanical/armrest_thin.FCStd
Binary file not shown.
Binary file added Mechanical/card_holder.FCStd
Binary file not shown.
Binary file added img/open_chair_logo_black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/open_chair_logo_black.xcf
Binary file not shown.
2 changes: 1 addition & 1 deletion test/src/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AnalogIn potX(PA_0);
AnalogIn potY(PA_1);
Serial pc(SERIAL_TX, SERIAL_RX);

OpenChair chair(PC_12,PD_2,PC_10,PC_11,50,150);
OpenChair chair(PC_12,PD_2,PC_10,PC_11,60,150); //50,150

void stopChair( int on_off=1, int ms = 50 ){
int count = 0;
Expand Down

0 comments on commit 52cf72d

Please sign in to comment.