'_'

RISD_Physical Computing _18 본문

자료용

RISD_Physical Computing _18

YISUP 2018. 3. 22. 09:24

March, 1


if (digitalRead(buttonPin)){

 delay(10);

while(digitalRead(buttonPin));  //hold button untill released (just same as buttonClicked)

stateCount++;

delay(10);

}



https://www.arduino.cc/en/Tutorial/StateChangeDetection




or is copying from top / && is ??

101/0

000/0

masking



March, 22

http://digitalmedia.risd.edu/pbadger/PhysComp/index.php?n=Main.VoltageDivider


measure current;

- meter to be huge resistance???

- on current > short circuit

- red & black should point within resistance area 

- meter is completing the circuit

- 2ohm with two finger - also with lick on finger - conducting the current

- meter with sound mark part > to check 

http://digitalmedia.risd.edu/pbadger/PhysComp/index.php?n=Devices.DigitalSoundBasics

https://www.pjrc.com/teensy/td_download.html

- https://www.fosshub.com/Audacity.html/audacity-macos-2.2.2.dmg

HW

- read essay: https://rampages.us/etuniv200/intersectionality/

http://digitalmedia.risd.edu/pbadger/PhysComp/index.php?n=Devices.TeensyAudioBoardAndAudioLibrary

- 2dimensional array? char Array[][]?[[]]?



April, 19

https://www.arduino.cc/en/Tutorial/StepperUnipolar

'자료용' 카테고리의 다른 글

Alphabet-ASCII  (0) 2018.04.09
MAC_enable php/Apache  (0) 2018.04.07
HTML/CSS/JS_var(let/const),return,array  (0) 2018.01.24
cool magazine sites  (0) 2018.01.24
HTML/CSS/JS_differenciate click dbclick event  (0) 2018.01.24