imranahmed
Advanced Member level 3
- Joined
- Dec 4, 2011
- Messages
- 817
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 1,298
- Location
- Karachi,Pakistan
- Activity points
- 6,493
Hi all,
I am writing a program in Arduino Mega2560, the program would look like scheduler alarming system, it has 24 program each program have 50 bells. For example, in a day 24 hours, we want to program 1 for 3 bells (but it has capacity of 50 bells can be scheduled). We go to menu select program 1 then press enter set time for bell1 then bell2 then bell3, then go out main menu. Now we are going to program 4 for 2 bells, set time for bell1 then bell2.
I have no issue for menu programming but I want to know how to store in internal EEPROM or external AT24C1024. When I will go to store P1 for 3 bells, is there any array of 24 programs or array of 50 bells I am confuse here please guide.
I am writing a program in Arduino Mega2560, the program would look like scheduler alarming system, it has 24 program each program have 50 bells. For example, in a day 24 hours, we want to program 1 for 3 bells (but it has capacity of 50 bells can be scheduled). We go to menu select program 1 then press enter set time for bell1 then bell2 then bell3, then go out main menu. Now we are going to program 4 for 2 bells, set time for bell1 then bell2.
I have no issue for menu programming but I want to know how to store in internal EEPROM or external AT24C1024. When I will go to store P1 for 3 bells, is there any array of 24 programs or array of 50 bells I am confuse here please guide.