Parcourir la source

Add files via upload

LayerDE il y a 3 ans
Parent
commit
c9eb7d3b12
2 fichiers modifiés avec 12 ajouts et 0 suppressions
  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 = .