0

I'm writing the code for my Arduino board using Code::Blocks editor. When I create a new project, there is AVR Project and Arduino Project under Projects category. Which one do I select?

asked Sep 17, 2020 at 7:11
1
  • @chrisl - This looks like an answer. Please make it an answer. Comments on questions are for clarifying the question. To "answer" like this make the SE software think no-one has answered. Commented Sep 17, 2020 at 7:28

1 Answer 1

0

You can select, what you want. If you want to build an Arduino Project, you should choose "Arduino Project". If you don't want to use the Arduino Framework, you can choose "AVR Project".

answered Sep 17, 2020 at 7:31
2
  • how do I set the path to arduino.h and other headers? Commented Sep 17, 2020 at 8:10
  • Under project build options, Arduino UNO (which is the version I have) I can see my path is set to $(ARDUINO_DIR)\libraries but isnt compiling Commented Sep 17, 2020 at 8:20

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.