I just try "makecode DS1307 RTC package for micro:bit"
1. Using the single block to set date time is not working
c:\Users\Narongporn\Desktop\2018-05-30_2152.png
But using separate blocks to set date time are OK
2. what are the purpose of Start and Pause block?
3. The value of weekday (1-7) which is Sunday, Monday etc.
I just try AT24CXX eeprom package for pxt from https://github.com/microbit-makecode-packages/AT24XX
with module AT24C256
I can write and read from EEPROM.
But I wonder about the "special address"
We can use number for address , is there the maximum number for address or limited by memory on the module?
or it just like the name of variable?