Search found 4 matches
- Mon Apr 16, 2018 4:04 pm
- Forum: General Discussion
- Topic: I2C with two slaves cause timeout
- Replies: 0
- Views: 2244
I2C with two slaves cause timeout
Hi, I'm using an SSD1306 (0x3C) as screen in I2C and the Adafruit Motor Driver v2.3 (0x60) to control steppers. Each one works fine when only one is connected on the I2C bus, but when both are connected, no one works (both get time out apparently). I tried to enable and disable internal pull-up resi...
- Tue Mar 06, 2018 3:54 pm
- Forum: ESP-IDF
- Topic: Issue including <string> in eclipse
- Replies: 3
- Views: 4708
Re: Issue including <string> in eclipse
Do you have any idea about including successfully this library ?
The makefile needs to be modified ?
Is there settings to modify to compile the code in C++ and not in C excepted modifying the extension .c into .cpp ?
The makefile needs to be modified ?
Is there settings to modify to compile the code in C++ and not in C excepted modifying the extension .c into .cpp ?
- Wed Feb 28, 2018 10:13 pm
- Forum: ESP-IDF
- Topic: Issue including <string> in eclipse
- Replies: 3
- Views: 4708
Re: Issue including <string> in eclipse
In the console. But after building, it appears in the code editor window tooESP_Angus wrote:Are you getting the error in the Console when you build, or only in the code editor window?
- Wed Feb 28, 2018 12:32 am
- Forum: ESP-IDF
- Topic: Issue including <string> in eclipse
- Replies: 3
- Views: 4708
Issue including <string> in eclipse
Hi ! I'm trying to import <string> from the STL but eclipse says "No such file or directory" rising an error. I have included the directory "C:\msys32\opt\xtensa-esp32-elf\xtensa-esp32-elf\include\c++\5.2.0" in C/C++ general -> Paths and Symbols -> Includes Eclipse can open the header when i use the...