Jaycar-Electronics / Duinotech-Starter-Kit-For-Arduino

Arduino Start Kit Projects
GNU General Public License v3.0
29 stars 13 forks source link

Two issues with the button starter kit project #1

Closed axb2035 closed 4 years ago

axb2035 commented 4 years ago

Hi,

Just completed the button/buzzer project and I believe there are two issues with the info provided.

  1. In the diagram the yellow wire should be attached to row 7 of the breadboard not row 8; and
  2. In the code setup() should be int Button = 12; as that is the digital I/O pin that the wire is connected to on the diagram not int Button= 7;.

Thanks.

Jaycar-Electronics commented 4 years ago

You are correct. Thank you for pointing this out, it has now been amended.

James-Randal commented 4 years ago

Its still wrong. may you please QA these things

Jaycar-Electronics commented 4 years ago

previous tech didn't read point 1. that has also been corrected in https://github.com/Jaycar-Electronics/Arduino-Starter-Kit/commit/d4743d0164b9e9e1453a73cb1ae1f32e728ef901

Cheers.

James-Randal commented 4 years ago

Good on ya Jaycar. Apologise if i sounded a bit blunt. Otherwise i think level of documentation is great, and appreciate the ability to raise issues here on GitHub, and in this case receive quick turnaround.