Skip to content

An Arduino library to interface to the LS7366 quadrature encoder counter or Mikroe Counter Click board.

License

Notifications You must be signed in to change notification settings

tobyjack19/LS7366

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LS7366

An Arduino library to interface to the LS7366 quadrature encoder counter or Mikroe Counter Click board.

4 Pins to connect for the chip / board:

Chip Select (CS) - Defined in .ino file (See example (D10 used))

SPI Clock (SCK) - Will be a specific pin for the given board, for Arduino Uno / Nano this is D13

SPI Data Out (MISO (Master In Slave Out)) - Will be a specific pin for the given board, for Arduino Uno / Nano this is D12

SPI Data In (MOSI (Master Out Slave In)) - Will be a specific pin for the given board, for Arduino Uno / Nano this is D11

To install this library via arduino IDE:

Sketch > Include Library > Add .ZIP Library... > (Locate and select Zip folder)

About

An Arduino library to interface to the LS7366 quadrature encoder counter or Mikroe Counter Click board.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%