LayerDE пре 3 година
родитељ
комит
c9eb7d3b12
2 измењених фајлова са 12 додато и 0 уклоњено
  1. 11 0
      CMakeLists.txt
  2. 1 0
      component.mk

+ 11 - 0
CMakeLists.txt

@@ -0,0 +1,11 @@
+# Adafruit Bus IO Library
+# https://github.com/adafruit/Adafruit_BusIO
+# MIT License
+
+cmake_minimum_required(VERSION 3.5)
+
+idf_component_register(SRCS "Adafruit_SSD1306.cpp" 
+                       INCLUDE_DIRS "."
+                       REQUIRES arduino Adafruit_GFX_Library)
+
+project(Adafruit_SSD1306)

+ 1 - 0
component.mk

@@ -0,0 +1 @@
+COMPONENT_ADD_INCLUDEDIRS = .