Skip to content

melexis/mlx75322-spi-driver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mlx75322-spi-driver

SPI driver build:

On any environment, to build the library, we need:

  • a target GCC toolchain installed and available;
  • 'make' tool

Raspberry Pi3 with Raspbian system is preferred (for default configuration).

To build the library:

  1. For Raspberry Pi (HAL, pthread library, and stdlib is used) run: 'make all [TARGET=75322-raspi]' (default is 75322-raspi)
  2. For the common (empty-target, with weak interface functions) run: 'make all TARGET=75322'

The output library and its API header-files set will appear in "build/" folder.

To get the documentation run: 'make doxy'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published