-
Notifications
You must be signed in to change notification settings - Fork 1k
NUCLEO_L4R5ZI #284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Based on stm32duino#284 from @Lannakin Signed-off-by: Lann <[email protected]> Signed-off-by: Frederic.Pillon <[email protected]>
Hi @Lannakin, I've tested several basics features: |
Based on stm32duino#284 from @Lannakin Signed-off-by: Lann <[email protected]> Signed-off-by: Frederic.Pillon <[email protected]>
Received this error: /tmp/arduino_build_521423/core/core.a(uart.c.o): In function via compiling this: LiquidCrystal_PCF8574 lcd(0x27); // set the LCD address to 0x27 for a 16 chars and 2 line display int show; void setup() Serial.begin(115200); while (! Serial); Serial.println("Dose: check for LCD"); // See http://playground.arduino.cc/Main/I2cScanner if (error == 0) { } else { lcd.begin(16, 2); // initialize the lcd void loop()
} else if (show == 1) { } else if (show == 2) { } else if (show == 3) { } else if (show == 4) { } else if (show == 5) { } else if (show == 7) { } else if (show == 8) { delay(2000); Here's the library that's from. If I get a chance tomorrow, I'll through my files and make sure I updated everything correctly, as well as look at what all you did and learn some stuff. I am apparently in the process of getting sick so I actually don't know for sure if I updated all of my files or even if I'm currently typing actual words or sentences. I did check to see if anyone else mentioned this error both here and on the forums. Didn't find anything, but will admit that I might have been too lazy about it since I'm feeling feverish :) |
If it's helpful and useful, I can work on making parts of the other variants. As I've demonstrated, I don't know too much about what I'm doing and I'll probably leave a trail of errors in my wake, but it might help me learn more. I wouldn't be able to really test anything since I've only got the Nucleos L432KC, L4R5ZI, and F446RE, but if it's a bigger help than a burden for me to put together the contents for the variant files, I'd love to pitch a hand. |
Up to you to contribute, thanks ;) |
Based on stm32duino#284 from @Lannakin Signed-off-by: Lann <[email protected]> Signed-off-by: Frederic.Pillon <[email protected]>
Based on stm32duino#284 from @Lannakin Signed-off-by: Lann <[email protected]> Signed-off-by: Frederic.Pillon <[email protected]>
Note that the variant files I've worked on aren't working yet, probably because I'm a total newbie and essentially have no clue what I'm doing. I can almost completely guarantee that foolish errors will be present in any code I've touched.
Some blank space formatting will probably still be really inconsistent due to my inexperience and working on these from 2 different computers with different operating systems and just plain carelessness.
https://github.com/Lannakin/STM32-variants
The text was updated successfully, but these errors were encountered: