Skip to content

Commit c9eb7d3

Browse files
authored
Add files via upload
1 parent 33327d0 commit c9eb7d3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

CMakeLists.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Adafruit Bus IO Library
2+
# https://github.com/adafruit/Adafruit_BusIO
3+
# MIT License
4+
5+
cmake_minimum_required(VERSION 3.5)
6+
7+
idf_component_register(SRCS "Adafruit_SSD1306.cpp"
8+
INCLUDE_DIRS "."
9+
REQUIRES arduino Adafruit_GFX_Library)
10+
11+
project(Adafruit_SSD1306)

component.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
COMPONENT_ADD_INCLUDEDIRS = .

0 commit comments

Comments
 (0)