tecno4
2.4M views | +44 today
Follow
tecno4
Información asignatura tecnología
Your new post is loading...
Your new post is loading...

Popular Tags

Current selected tag: 'Raspberry Pi WiringPi'. Clear
Scooped by Gumersindo Fernández
Scoop.it!

Cómo usar la librería WiringPi en Raspberry Pi

Cómo usar la librería WiringPi en Raspberry Pi | tecno4 | Scoop.it

WiringPi es una librería escrita en C usada para acceder a los pines GPIO en Raspberry para BCM2835 (Broadcom Processor) SoC (System on Chip). Hay varias librerías disponibles para acceder a GPIO en C como bcm 2835, sysfs, pigpio, etc. Aquí, estamos usando la librería WiringPi para el acceso a Raspberry Pi GPIO. Para usar wiringPi, primero debemos instalarla en Raspberry Pi. Esta instalación se puede hacer de dos maneras, veamos las dos,

No comment yet.
Scooped by Gumersindo Fernández
Scoop.it!

Installing WiringPi (and pin allocation) - Raspberry Pi

Installing WiringPi (and pin allocation) - Raspberry Pi | tecno4 | Scoop.it

WiringPiis a library that is used by many applications on the Raspberry but is not available by default. Especially many examples from the Arduino (C ++ code)can be performed easily on theRaspberryPi. To do sothis valuable library was written.

No comment yet.