having issues with the coding for my arduino nano LED lamp project for uni. Anyone know what this means and how to fix it?
SMART_LED_LAMP.ino (2.0 KB)
having issues with the coding for my arduino nano LED lamp project for uni. Anyone know what this means and how to fix it?
Hello dmoore58
Post your sketch in so called code tags to see how we can help.
do not post images of screen shots etc - they consume a lot of storage and are impossible to copy from
upload text of code (using code tages </>) and error messages
re: your error - you probably have mismatched { and }, e.g. a } to many or to few
Remove the "}" from line 47 and place it on line 75.
perfect that's it working thanks!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.