groupgets / LeptonModule

Code for getting started with the FLIR Lepton breakout board
https://groupgets.com/manufacturers/flir/products/flir-lepton
BSD 2-Clause "Simplified" License
317 stars 197 forks source link

Cleanups and makefile updates #16

Closed MartyMacGyver closed 8 years ago

MartyMacGyver commented 8 years ago

Makefiles updated Reorganized files Commonized the SDK (instead of duplicating it for each thing that uses it) Files converted to Unix where necessary Using /dev/spidev0.1 by default (consistent with docs suggesting CE1 usage for the Pi)

Thanh-Binh commented 8 years ago

can your source code work with windows, VS C++?

MartyMacGyver commented 8 years ago

What I focused on here was the raspberry pi builds that use Qt, so you wouldn't build the code with VC++ anyway. If you mean because of the dos->unix conversions (most files were already in Unix format) and you're using VC++ as an editor, there's no reason it shouldn't work (modern versions ought to handle EOL formats correctly), just ensure you configure VC to save in the original Unix file format.