d4d85803ea
Add definition for the Adafruit Data Logger Shield. This shield is equipped with a PCF8523 RTC, an SD card slot, a couple of user LEDs and a prototyping area. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
6 lines
197 B
Plaintext
6 lines
197 B
Plaintext
# Copyright (c) 2019 Henrik Brix Andersen <henrik@brixandersen.dk>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_ADAFRUIT_DATA_LOGGER
|
|
def_bool $(shields_list_contains,adafruit_data_logger)
|