Skip to content

Commit

Permalink
Removing debugging println from bar_chart(). upsidedownlabs#40
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin J Walters committed Jan 14, 2024
1 parent 708df77 commit 1e30ad2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions software/ClawController/ClawController.ino
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ inline float mapf(float x, float in_min, float in_max, float out_min, float out_

#if defined(ARDUINO_UNOR4_WIFI)
static void bar_chart(int value) {
Serial.println(value);

if (value >= DISPLAY_WIDTH * DISPLAY_HEIGHT) {
memset(frame, 1, sizeof(frame));
matrix.renderBitmap(frame, DISPLAY_HEIGHT, DISPLAY_WIDTH);
Expand Down

0 comments on commit 1e30ad2

Please sign in to comment.