User Manual
Manuals
Brands
WayinTop Manuals
Computers & Accessories
Real Time Clock Kit with Tutorial for Arduino, Clock Module + Micro SD Card Driver + Nano V3.0 Development Board + OLED 128X64 Display + Buzzer + Breadboard Jumper Wires
1
2
3
4
5
6
7
8
9
10
Table Of Contents
Parts Required
-
7
-
St
ep
7:
Open
arduinoIDE
and
select
"File
"->
"New"
and
create
a
ne
w
project
file,
as
shown
in
the
figure
be
low
.
St
ep
8:
Co
py
the
following
program
into
th
e
newly
cr
eated
project.
#include
<SPI.h>
#include
<Wire.h>
#include
<Adafruit_
GFX.h>
1
...
...
5
6
7
8
9
...
...
16