Search found 1 match

by Mats_H
18 Dec 2017 17:17
Forum: Z-Uno
Topic: Compiling on Windows 10 installation
Replies: 0
Views: 2436

Compiling on Windows 10 installation

I have problems with compiling (or maybe linking). I currently run Arduino 1.8.5 and Z-Uno 2.1.1, but have also tried other versions with similar result. A simple program like this: void setup() { // put your setup code here, to run once: } void loop() { // put your main code here, to run repeatedly...