This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <LiquidCrystal_I2C.h> | |
#include <Wire.h> | |
int carry = 2; | |
int sum = 5; | |
int carval = 0; | |
int sumval = 0; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Follow Project Paul on YouTube: https://www.youtube.com/c/frugalteq | |
#include <LiquidCrystal_I2C.h> | |
#include <Wire.h> | |
int carry = 10; | |
int sum2 = 9; | |
int sum1 = 8; | |
int sum2val = 0; | |
int sum1val = 0; |
OlderNewer