Adafruit Data Logger Shield¶
Overview¶
The Adafruit Data Logger Shield rev. B features an NXP PCF8523 Real-Time Clock/Calendar with Battery Backup, an SD card interface, two user LEDs, and a prototyping area.

Adafruit Data Logger Shield (Credit: Adafruit)¶
Note
The older revision A of the Adafruit Data Logger Shield is not supported.
Pin Assignments¶
Requirements¶
This shield can only be used with a board which provides a configuration for Arduino connectors and defines node aliases for SPI and GPIO interfaces (see Shields for more details).
Programming¶
Set -DSHIELD=adafruit_data_logger
when you invoke west build
. For example:
# From the root of the zephyr repository
west build -b frdm_k64f tests/drivers/rtc/rtc_api -- -DSHIELD=adafruit_data_logger