Arduino-Reflow-Oven
Arduino-Reflow-Oven copied to clipboard
Control unit using Arduino to modify pizza oven to a reflow oven
Results
1
Arduino-Reflow-Oven issues
Sort by
recently updated
recently updated
newest added
Must correct this line of code in TouchButton.cpp uint16_t x = map(p.y, TS_MINY, TS_MAXY, 0,320 ); uint16_t y = map(p.x, TS_MINX, TS_MAXX, 240, 0); to uint16_t x = map(p.y, TS_MINY,...