Closed axb2035 closed 4 years ago
You are correct. Thank you for pointing this out, it has now been amended.
Its still wrong. may you please QA these things
previous tech didn't read point 1. that has also been corrected in https://github.com/Jaycar-Electronics/Arduino-Starter-Kit/commit/d4743d0164b9e9e1453a73cb1ae1f32e728ef901
Cheers.
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.
Hi,
Just completed the button/buzzer project and I believe there are two issues with the info provided.
setup()
should beint Button = 12;
as that is the digital I/O pin that the wire is connected to on the diagram notint Button= 7;
.Thanks.