Coder Social home page Coder Social logo

arducam_esp32_tvoc's People

Contributors

uctronics avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

arducam_esp32_tvoc's Issues

This doesnt compile for NodeMCU 1.0 (ESP-12E Module) ... See the errors below.

Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled, All SSL ciphers (most compatible), 4M (no SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

C:\Users\me\OneDrive\Documents\Arduino\libraries\Arducam_SSD1306-master\ArducamSSD1306.cpp: In member function 'void ArducamSSD1306::begin(uint8_t, uint8_t, bool)':

C:\Users\me\OneDrive\Documents\Arduino\libraries\Arducam_SSD1306-master\ArducamSSD1306.cpp:188:17: error: cannot convert 'volatile uint32_t* {aka volatile unsigned int*}' to 'PortReg* {aka volatile unsigned char*}' in assignment

 csport      = portOutputRegister(digitalPinToPort(cs));

             ^

C:\Users\me\OneDrive\Documents\Arduino\libraries\Arducam_SSD1306-master\ArducamSSD1306.cpp:190:17: error: cannot convert 'volatile uint32_t* {aka volatile unsigned int*}' to 'PortReg* {aka volatile unsigned char*}' in assignment

 dcport      = portOutputRegister(digitalPinToPort(dc));

             ^

C:\Users\me\OneDrive\Documents\Arduino\libraries\Arducam_SSD1306-master\ArducamSSD1306.cpp:197:19: error: cannot convert 'volatile uint32_t* {aka volatile unsigned int*}' to 'PortReg* {aka volatile unsigned char*}' in assignment

   clkport     = portOutputRegister(digitalPinToPort(sclk));

               ^

C:\Users\me\OneDrive\Documents\Arduino\libraries\Arducam_SSD1306-master\ArducamSSD1306.cpp:199:19: error: cannot convert 'volatile uint32_t* {aka volatile unsigned int*}' to 'PortReg* {aka volatile unsigned char*}' in assignment

   mosiport    = portOutputRegister(digitalPinToPort(sid));

               ^

exit status 1
Error compiling for board NodeMCU 1.0 (ESP-12E Module).

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

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.