hale2bopp
Newbie level 1
- Joined
- Mar 8, 2013
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,329
I am a beginner to this board and I just want one example of interface devices like ADC, buttons, LEDs.
I am not able to figure out which header files to include and from where to get there source files.
I am not able to understand how to access the GPIO pins of the board.
for example if I want to write a simple program to blink an LED.
1) I would need some way to toggle the LEDs and so would need the relevant functions
2) I would need to know which are the pins on which to give the voltage signals and how to access them exactly
3) Some codes give us memory addresses but we are not sure what to do with them or how to use them with our board
4) We would also need some other functions like delay functions etc. are not sure how to include them
Some example explaining how to do these things would help a lot,
Thank you!
I am not able to figure out which header files to include and from where to get there source files.
I am not able to understand how to access the GPIO pins of the board.
for example if I want to write a simple program to blink an LED.
1) I would need some way to toggle the LEDs and so would need the relevant functions
2) I would need to know which are the pins on which to give the voltage signals and how to access them exactly
3) Some codes give us memory addresses but we are not sure what to do with them or how to use them with our board
4) We would also need some other functions like delay functions etc. are not sure how to include them
Some example explaining how to do these things would help a lot,
Thank you!