Jump to content

b284f

Honorary Members
  • Posts

    120
  • Joined

  • Last visited

Reputation

0 Neutral

About b284f

  • Birthday 06/29/1994

Profile Information

  • Location
    Taiwan
  1. Sorry I am busy these days, so I haven't to update information =目 The code I write in Arduino is: ---------------The line of start--------------- void setup() { for(int i=0;i<14;i++?) { pinMode(i, OUTPUT); digitalWrite(i,LOW); } } void loop() { stacking(); } void stacking() [ //two layers setdwh(7); delay(500); setdwh(8); delay(500); for(int i=9;i<14;i++) { setdwh(i); setdwl(i-2); delay(500); } setdwl(12); delay(500); setdwl(13) delay(500); //End } void setdwl(int n) { digitalWrite(n,LOW); } void setdwh(int n) { digitalWrite(n,HIGH); } ---------------The line of end--------------- And the Arduino version is 1.0.5
  2. Malwarebytes Anti-Exploit will let Arduino compiler shut down when Arduino is compiling About computer ------------------------------------- Intel i5-2500k 3.3GHz up to 4.8GHz Asrock Z68 Extreme3 Gen3 OS:Windows 7 x64 AntiVirus: Avast + Comodo + Tencent -------------------------------------
  3. Happy New Year!!@@"

Back to top
×
×
  • Create New...

Important Information

This site uses cookies - We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.