TheOldBrick
TheOldBrick
The LiquidCrystal library in the Arduino IDE provides several examples, including "CustomCharacter". However, the "CustomCharacter" example is not described in the reference (https://www.arduino.cc/en/Reference/LiquidCrystal). New users might be confused without proper...
On [https://www.arduino.cc/en/Tutorial/BuiltInExamples/tonePitchFollower](url) Text says: "Connect one terminal of your speaker to digital pin 9" Schematic shows speaker connected to digital pin 8 Software: tone(9, thisPitch, 10); Text says: "Hardware Required...100...
The StringLength example has several problems. *** It is the only example so far that shares a [https://www.arduino.cc/en/Tutorial/BuiltInExamples](https://www.arduino.cc/en/Tutorial/BuiltInExamples) page with another example, specifically StringLengthTrim. See [http://www.arduino.cc/en/Tutorial/StringLengthTrim](http://www.arduino.cc/en/Tutorial/StringLengthTrim). When a user goes...