

WiringPi - for Gordon Henderson's Wiring Pi library.These are the small numbers next to the header, e.g.

Physical - or "Board" correspond to the pin's physical location on the header.You'll use these with RPi.GPIO and GPIO Zero. GPIO - General Purpose Input/Output, aka "BCM" or "Broadcom".If you manufacture boards, we'd love to add yours too. Pinout has teamed up with Pimoroni to create a prototype board compatibility tool, check it out here! Explore HATs & pHATsĬheck out Pinout's board explorer! Use it to find the pinout for your Raspberry Pi add-on board, or discover new boards.


I have provided library files for two different versions just for reference and to show the difference. Make sure to check them out and change those values in the library files. The total EEPROM memory is BPP x Number of Pages.įor the same EEPROM capacity different manufactures may have different values of BPP and Number of Pages. There are two parameters of the EEPROM to consider which are the bytes per page(bpp or BPP) and the pages. I have modified the Micropython EERPOM libraries of Mike Causer. I have used Micropython to work with the EEPROM chip.
