Skip to content

Commit

Permalink
Reformat TouchScreen.h again!
Browse files Browse the repository at this point in the history
clang check barfed at trailing blank in comment - rather petty IMHO
  • Loading branch information
ScruffR authored Oct 15, 2023
1 parent c5b9e0c commit 1bfeb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TouchScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ class TouchScreen {
* @param yp Y+ pin. Must be an analog pin
* @param xm X- pin. Can be a digital pin
* @param ym Y- pin. Can be a digital pin
* @param rx The resistance in ohms between X+ and X- to calibrate pressure
* @param rx The resistance in ohms between X+ and X- to calibrate pressure
* sensing
* @param adcBits for µC with higher resolution ADCs provide the number of
* @param adcBits for µC with higher resolution ADCs provide the number of
* bits
*/
TouchScreen(uint8_t xp, uint8_t yp, uint8_t xm, uint8_t ym, uint16_t rx = 0,
Expand Down

0 comments on commit 1bfeb04

Please sign in to comment.