TOP Contributors

  1. MIKROE (2657 codes)
  2. Alcides Ramos (354 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136888 times)
  2. FAT32 Library (70024 times)
  3. Network Ethernet Library (56002 times)
  4. USB Device Library (46308 times)
  5. Network WiFi Library (41934 times)
  6. FT800 Library (41211 times)
  7. GSM click (29018 times)
  8. PID Library (26432 times)
  9. mikroSDK (26401 times)
  10. microSD click (25386 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Library

Expanders

Rating:

5

Author: dany

Last Updated: 2016-02-18

Package Version: 1.0.0.0

Category: Other Codes

Downloaded: 3918 times

Followed by: 1 user

License: MIT license  

Package with "Expander" librarie(s). For now only 1 library is there: PCF8574(A). The documentation for the (SPI) expanders 74HCT165 (input expander) and 74HCT595 (output expander) is added.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "Expanders" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "Expanders" changes.

Do you want to report abuse regarding "Expanders".

  • Information
  • Comments (1)

Library Blog

This package contains "Expanders" libraries. For now there is only one:

- PCF8574(A) (I2c to/from 8 bits parallel)

Have fun!

----------------------------------------------------------------------------------------------------------------------------------------------
2013-03-12: Original version.

The PCF8574 Datasheet.

---------------------------------------------------------------------------------------------------------------------------------------------
2013-05-07: The documentation for the (SPI) expanders 74HCT165 (input expander) and 74HCT595 (output expander) is added.

74HCT595 Datasheet. and the 74HCT165 Datasheet.

---------------------------------------------------------------------------------------------------------------------------------------------
2013-05-08: Added the circuit diagrams (connections to the PIC etc...) of the 74HCT165 and 74HCT595 expanders.

----------------------------------------------------------------------------------------------------------------------------------------

2014-03-13: The mikroBasic files and zip files have been updated. All mB sources are present now (not tested if compilable though).


2015-01-26: Replaced the mB files: all mB files are compilable now (which e.g. means that all "with" statements are dealt with). I could however not link and test the libraries (no mB licence).

ALSO FROM THIS AUTHOR

WattMeter (Power meter)

5

This project is a power meter (Wattmeter). It is made for 230V~ (nominal, rms), 2.5A~ (max, rms) and 50Hz, but is rather easily adaptable to other voltages, currents and frequencies. It can handle both sinusoidal and non sinusoidal voltages and currents, both with and without DC component.

[Learn More]

Article: Usage of the PicKit2 as programmer

0

Usage of the PicKit2 as programmer from within the IDE.

[Learn More]

PS2 Mouse Read

5

Returns the Delta X (hor), the Delta Y values (vert), the Delta Z (scrolwheel) values and the button status if one of those has changed. Only tested on P18 with 48 MHz MCU clock (will work probably also on 16 and on lower MCU clock speeds).

[Learn More]