Arduino Forum
>
Products
>
MKR Boards
>
MKR1000
(Moderator:
AndreaRichetta
)
>
digital i/o pins
Print
Go Down
Pages:
[1]
Topic: digital i/o pins
(Read 3146 times)
previous topic
-
next topic
tusharunjha
Newbie
Posts: 3
Karma: 0
[add]
Hello everybody. I am Tushar Gandhi from India developing an embedded system and technology. I develop projects on 8051, AVR, Arduino and Raspberry PI.
digital i/o pins
Jan 28, 2017, 02:27 pm
In the technical specification the Digital I/O Pins are 8. So which pins are used as a digital input or output?
manor_royal
Edison Member
Posts: 1,003
Karma: 64
[add]
Re: digital i/o pins
#1
Jan 28, 2017, 02:30 pm
Technical specification of what?
Any digital pin can be either an input or an output, if that's what you mean. Specify direction with
pinMode()
.
If this was a Civil Engineering forum would there be posts like "I need to build a bridge. Someone send me drawings."
tusharunjha
Newbie
Posts: 3
Karma: 0
[add]
Hello everybody. I am Tushar Gandhi from India developing an embedded system and technology. I develop projects on 8051, AVR, Arduino and Raspberry PI.
Re: digital i/o pins
#2
Jan 28, 2017, 02:35 pm
But in MKR1000 Technical specification
it wrote
Digital I/O Pins 8
.
manor_royal
Edison Member
Posts: 1,003
Karma: 64
[add]
Re: digital i/o pins
#3
Jan 28, 2017, 02:40 pm
Presumably the ones marked 0-7 on the board.
If this was a Civil Engineering forum would there be posts like "I need to build a bridge. Someone send me drawings."
Gabriel_swe
Sr. Member
Posts: 480
Karma: 67
[add]
Re: digital i/o pins
#4
Jan 28, 2017, 02:43 pm
This one? https://store.arduino.cc/index.php?main_page=product_info&products_code=GBX00011
0-7 is digital
A0-A6 is analog
~ indicates pwm capable pin.
tusharunjha
Newbie
Posts: 3
Karma: 0
[add]
Hello everybody. I am Tushar Gandhi from India developing an embedded system and technology. I develop projects on 8051, AVR, Arduino and Raspberry PI.
Re: digital i/o pins
#5
Feb 01, 2017, 12:46 pm
But led is blinking from 0 to 14 pins and A0 TO A6 PIN.
In datasheet of MKR1000 8 I/O pins.
So which pins are considered as a digital i/o pins?
ballscrewbob
Global Moderator
? < This is a question. Try to answer
Tesla Member
Posts: 8,535
Karma: 553
[add]
Re: digital i/o pins
#6
Feb 01, 2017, 07:08 pm
@ tusharunjha
All the documentation you should need is
HERE
The analogs are essentaily ADC's so can also be used as I/O IIRC.
Some pins can have multiple uses depending on how you call them in your sketch.
Bottom line they are all I/O in some form.
It may not be the answer you were looking for but its the one I am giving based on either experience, educated guess, google or the fact that you gave nothing to go with in the first place so I used my wonky crystal ball.
RedDragon
Newbie
Posts: 13
Karma: 0
[add]
Re: digital i/o pins
#7
Feb 27, 2017, 03:43 am
what does that little ac mark mean beside pins 2-5?
Gabriel_swe
Sr. Member
Posts: 480
Karma: 67
[add]
Re: digital i/o pins
#8
Feb 27, 2017, 12:30 pm
Quote from: RedDragon on Feb 27, 2017, 03:43 am
what does that little ac mark mean beside pins 2-5?
Do you mean the tilde symbol mentioned in answer #4 above?
RedDragon
Newbie
Posts: 13
Karma: 0
[add]
Re: digital i/o pins
#9
Feb 27, 2017, 04:45 pm
Ok so that mark means its a PWM pin, but the page for the MKR1000 says that pins 0-8 are PWM pins so why does just pins 2-5 have that mark?
Print
Go Up
Pages:
[1]
Loading...