Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for (int j = 0; j < EEPROM.length() ; j++){
- while (findFirst == 0){
- switch (EEPROM.read(j)) {
- case acitivity1:
- case acitivity2:
- case acitivity3:
- case acitivity4:
- case acitivity5:
- case acitivity6:
- case acitivity7:
- case acitivity8:
- case acitivity9:
- found = j;
- findFirst++;
- break;
- default:
- // nothing matched
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement