Skip to content

Commit

Permalink
Merge pull request #28 from maejima-fumika/add-import
Browse files Browse the repository at this point in the history
Add import
  • Loading branch information
maejima-fumika authored Nov 29, 2024
2 parents ad21c84 + 82f6838 commit 089df57
Show file tree
Hide file tree
Showing 48 changed files with 12,767 additions and 1,166 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion microcontroller/ports/esp32/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.16)

set(EXTRA_COMPONENT_DIRS "../../core" "../../../modules/esp32/c")
set(EXTRA_COMPONENT_DIRS "../../core" "../../../modules/std" "../../../modules/gpio")

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(bluescript)
Expand Down
4 changes: 0 additions & 4 deletions modules/esp32/bluescript/button.ts

This file was deleted.

40 changes: 0 additions & 40 deletions modules/esp32/bluescript/display.ts

This file was deleted.

13 changes: 0 additions & 13 deletions modules/esp32/bluescript/gpio.ts

This file was deleted.

21 changes: 0 additions & 21 deletions modules/esp32/bluescript/timer.ts

This file was deleted.

24 changes: 0 additions & 24 deletions modules/esp32/c/button.c

This file was deleted.

Loading

0 comments on commit 089df57

Please sign in to comment.