Explorar o código

Add files via upload

LayerDE %!s(int64=3) %!d(string=hai) anos
pai
achega
c9eb7d3b12
Modificáronse 2 ficheiros con 12 adicións e 0 borrados
  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 = .