Code Monkey home page Code Monkey logo

mos-arduino-ws2812fx's People

Contributors

kevineye avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

drosalia

mos-arduino-ws2812fx's Issues

Problem with building

Hi, I want to try Your library witch looks great!

But when building in mos I've got error:
[ 91%] Building C object esp-idf/mosapp/CMakeFiles/__idf_mosapp.dir/data/fwbuild-volumes/latest/apps/mongoose_light/esp32/build_contexts/build_ctx_4173561264/deps/mos-arduino-ws2812fx/src/esp8266.c.obj /data/fwbuild-volumes/latest/apps/mongoose_light/esp32/build_contexts/build_ctx_4173561264/deps/mos-arduino-ws2812fx/src/esp8266.c: In function 'espShow': /data/fwbuild-volumes/latest/apps/mongoose_light/esp32/build_contexts/build_ctx_4173561264/deps/mos-arduino-ws2812fx/src/esp8266.c:64:5: error: implicit declaration of function 'gpio_set_level' [-Werror=implicit-function-declaration] gpio_set_level(pin, HIGH); ^~~~~~~~~~~~~~ /data/fwbuild-volumes/latest/apps/mongoose_light/esp32/build_contexts/build_ctx_4173561264/deps/mos-arduino-ws2812fx/src/esp8266.c:35:51: warning: variable 'pinMask' set but not used [-Wunused-but-set-variable] uint32_t t, time0, time1, period, c, startTime, pinMask; ^~~~~~~ [ 91%] Building C object esp-idf/mosapp/CMakeFiles/__idf_mosapp.dir/data/fwbuild-volumes/latest/apps/mongoose_light/esp32/build_contexts/build_ctx_4173561264/deps/mos-arduino-ws2812fx/src/mgos_arduino_WS2812FX_c.c.obj

my mos.yaml:

`author: Marcin
description: Light on ESP32
version: 1.0
arch: esp32

libs_version: ${mos.version}
modules_version: ${mos.version}
mongoose_os_version: ${mos.version}

filesystem:

  • fs

config_schema:

  • ["app", "o", { title: "Password board 1" }]
  • ["app.ledPin", "i", 27, { title: "led pin" }]
  • ["app.ledPixels", "i", 100, { title: "led pixels" }]
  • ["app.sensorPin", "i", 20, { title: "sensor PIR pin" }]
  • ["wifi", "o", { title: "wifi settings" }]
  • ["wifi.sta", "o", { title: "wifi mode" }]
  • ["wifi.sta.enable", "b", true, { title: "Wifi enable" }]
  • ["wifi.sta.ssid", "s", "Internety", { title: "wifi ssid" }]
  • ["wifi.sta.pass", "s", "aaaaaaaa", { title: "wifi pass" }]
  • ["dash", "o", { title: "dash settings" }]
  • ["dash.enable", "b", true, { title: "dash enable" }]
  • ["dash.send_logs", "b", true, {"title": "Send logs"}]

libs:

manifest_version: 2017-05-18`

Any ideas why it throwing error?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.