Skip to content

Commit 1dcc8b5

Browse files
authored
Merge pull request #246 from BobbyIndustries/master
Added ESP-IDF component files
2 parents 33327d0 + 2f6eb1c commit 1dcc8b5

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)