Commit Graph

323 Commits

Author SHA1 Message Date
joan2937 ac57935837 Merge pull request #98 from bennuttall/master
Add pycache and build to .gitignore
2016-12-15 21:46:03 +00:00
Ben Nuttall fd95aa8405 Add pycache and build to .gitignore 2016-12-15 20:20:38 +00:00
joan 2bd75cd1c4 V58 2016-11-03 16:36:56 +00:00
joan 57cf9892e2 Merge branch 'jdiamond-foreground' 2016-10-30 23:34:50 +00:00
Jason Diamond 1ec9472813 add option for running in foreground 2016-10-30 23:05:30 +00:00
joan b39130af0c Merge branch 'cashpipeplusplus-master' 2016-10-30 18:49:52 +00:00
Joey Parrish 22e6944a8e Add objects, libs, and executables to gitignore 2016-10-30 10:53:09 -07:00
Joey Parrish e80175dc93 Add CROSS_PREFIX var to make cross-compilation easier 2016-10-30 10:50:49 -07:00
Joey Parrish cf372fa5db Strip executables explicitly
Do not strip in install, because install is not aware of
cross-compilation.  VBy explicitly stripping executables using a make
var that can be overridden, the build is more friendly to
cross-compilers.
2016-10-30 10:47:50 -07:00
Joey Parrish 2c6de54726 Remove redundancy in make vars
Refer to CC in vars that use gcc, instead of hard-coding gcc twice.
This makes it easier to override those vars for cross-compilation.
2016-10-30 10:46:03 -07:00
joan c31a2fa6b2 V57 2016-10-30 15:30:20 +00:00
joan abe5f12942 V56 2016-09-22 14:12:26 +01:00
joan 68ab0a9525 Merge branch 'BjoernSch-master' 2016-08-14 10:46:54 +01:00
BjoernSch c5a1cc5e35 Adding constants for spiFlags
Added several constants to ease SPI configuration
2016-08-10 20:51:00 +02:00
BjoernSch 09f56eb728 Fixed byte order in bbSPIXfer
Got default endianess wrong and additionally the byte order has to be
changed according to bit order on the SPI-Line
2016-08-10 20:50:00 +02:00
BjoernSch 735c87342e Changed default mode to 0
Should be the most common mode
2016-08-09 20:04:42 +02:00
BjoernSch 4d3ac5e66b Added (some) missing documentation
The man page is still missing the new functions
2016-08-09 13:19:40 +02:00
BjoernSch bcc77be5fb Fixed delay for I2C and SPI
Fixed delay for I2C - gone wrong in c91dbb5
Fixed delay for SPI, limited Software-SPI Speed to 250kbps, more is
possible but jitter makes the pulses too short without additional delay.
2016-08-06 12:53:23 +02:00
BjoernSch c91dbb5220 Added Software SPI
Added Software SPI:
bbSPIopen
bbSPIclose
bbSPIxfer
Some documentation is not finished yet.
2016-08-06 12:18:17 +02:00
BjoernSch 5fcd079681 Merge remote-tracking branch 'refs/remotes/joan2937/master' 2016-08-03 15:59:42 +02:00
joan f9e24d568b V55 2016-07-10 21:29:14 +01:00
joan 862f445669 V54 2016-06-03 16:13:58 +01:00
joan 3b56709a0e V53 2016-05-31 18:44:12 +01:00
joan 09adafce0c V52 2016-05-01 11:28:56 +01:00
joan2937 c8c19be97a Merge pull request #61 from Mausy5043/patch-1
Small editorial changes to conform to pep8
2016-04-27 11:23:15 +01:00
Maurice (mausy5043) Hendrix 07cbb98dca pep8:E711 comparison to None should be `if cond is not None:` 2016-04-27 11:29:01 +02:00
Maurice (mausy5043) Hendrix dc3ce64eb4 pep8:E225 Whitespace around operators 2016-04-27 11:27:05 +02:00
Maurice (mausy5043) Hendrix e45b1c2fe5 pep8:E261 At least two spaces before inline comment 2016-04-27 11:21:18 +02:00
joan 51cd543d97 V51 2016-04-25 09:58:51 +01:00
joan2937 bbb7affbfe Merge pull request #57 from SlySven/bugFix_aCoupleOfTypos
BugFix: a typo
2016-04-10 13:24:59 +01:00
Stephen Lyons 2d0bb867f4 BugFix: a typo
In the "glossary" part of the command.c file a mention of "GPIO Bank
2" should refer to "GPIO Bank 1".

Signed-off-by: Stephen Lyons <slysven@virginmedia.com>
2016-04-10 01:11:38 +01:00
joan2937 abc878e806 Merge pull request #56 from miccoli/master
small bug fix for python example
2016-04-09 20:33:34 +01:00
Stefano Miccoli dc1d244cd8 small bug fix for python example 2016-04-09 21:03:17 +02:00
joan 399eb5a3a1 V50 2016-03-17 18:01:59 +00:00
joan 3f426e699d V49 2016-03-16 20:08:09 +00:00
joan2937 cf62a6ad81 Merge pull request #54 from fudger/master
Add little script to make pigpiod a system service
2016-03-12 22:01:13 +00:00
Alexander Schaefer dd16a590d0 Merge branch 'master' of https://github.com/fudger/pigpio. 2016-03-12 21:50:46 +01:00
Alexander Schaefer e3243d34c1 Define individual CMake variables for the different pigpio libraries.
The user has to specify which library he wants to link against, as all libraries define functions like gpio_write().
2016-03-12 21:50:16 +01:00
Alexander Schaefer cac54fd86b Fix copy-and-paste mistake. 2016-03-10 21:56:34 +01:00
Alexander Schaefer c28367d2c8 Add readme 2016-03-10 21:55:01 +01:00
Alexander Schaefer 56d28cc80d Add script that allows to start pigpiod as a service. 2016-03-10 21:45:20 +01:00
Alexander Schaefer 39856dc7fe Move CMake find script to util folder. 2016-03-10 21:44:33 +01:00
joan2937 af72faadcf Merge pull request #53 from fudger/master
CMake find script for pigpio
2016-03-09 10:14:29 +00:00
Alexander Schaefer 2442078b35 Changed title. 2016-03-09 00:54:03 +01:00
Alexander Schaefer 65bcbc0892 Add CMake find script for pigpio. 2016-03-08 23:05:19 +01:00
joan be8beba544 V48 2016-03-08 14:28:15 +00:00
joan 46eb4d6056 V47 2016-03-01 21:41:36 +00:00
BjoernSch a690936253 Merge pull request #1 from joan2937/master
Merge from upstream
2016-02-28 08:59:20 +01:00
joan 89fca37587 V46 2016-02-18 21:51:10 +00:00
joan f99f64f781 V45 2016-02-13 14:42:41 +00:00