equivalent to OUTL or similar


in wiring syntax/libraries i'm curious if there functional equivalent parallax's basic syntax outl or outh in can pass mask set of pins @ once, e.g. :

outl = %111000111

whereby sends on, on, on, off, off, off, on, on, on pins 0-7.

would cooler like

out[2-9] = %111000111

or similar.

is there that?

the avr i/os in groups, known ports a, b, c, d.  you can access them pina, pinb, etc.

these grouped atmel, , numbers/groupings not match arduino pins.  you can see mapping here.  for example, arduino pin 0 port d bit 0 (shown pd0 on diagram).

-j



Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > equivalent to OUTL or similar


arduino

Comments

Popular posts from this blog

CAN'T INSTALL MAMBELFISH 1.5 FROM DIRECTORY - Joomla! Forum - community, help and support

error: expected initializer before 'void'

CPU load monitoring using GPIO and leds - Raspberry Pi Forums