1
0
mirror of https://github.com/danog/fast-gpio.git synced 2024-11-26 20:04:37 +01:00
Commit Graph

38 Commits

Author SHA1 Message Date
Daniil Gentili
aa8748f725 I accidentally created an ultrasound weapon 2017-08-11 20:19:06 +02:00
Daniil Gentili
3e669257aa Start of pcm shiz 2017-08-11 00:10:03 +02:00
ratatatatat
29d7080aa8 -Changed so that DEVICE_TYPE passed in at build time 2016-08-16 16:58:03 -04:00
ratatatatat
2ce19f3897 Removed the cpp file from the src folder 2016-08-16 15:32:13 -04:00
ratatatatat
4537514b55 Compatible for Omega and Omega2 2016-08-15 15:29:18 -04:00
greenbreakfast
c278d8b45d added remote compile script 2016-08-09 18:46:05 -04:00
greenbreakfast
b1216565dd fixed merging issues 2016-07-27 17:41:51 -04:00
greenbreakfast
5684b8cd5a merged pull request 2016-07-27 17:04:39 -04:00
greenbreakfast
370a56603a added gitignore file 2016-07-27 16:53:38 -04:00
Lazar
e83ab9f773 Merge pull request #3 from giladfr/master
Added pulses option to bit bang a code on a GPIO
2016-07-27 16:48:32 -04:00
Gilad Fride
7c0fc35d22 Made sure that there will be no buffer overrun when loading code that is bigger then max size 2016-05-27 23:39:14 +03:00
Gilad Fride
7523a0f7a1 Pulses function now uses external code file 2016-05-27 23:32:50 +03:00
Gilad Fride
ad89e07e4b Added open gate function 2016-05-22 22:16:45 +03:00
Gilad Fride
5f2fe46a42 Added pulses function 2016-05-21 23:52:45 +03:00
Lazar
5a59383dbb Merge pull request #2 from gustavopaes/master
Update README.md with some doc
2016-05-21 13:49:34 -04:00
Gustavo Paes
6ea866f6f3 Update README.md with some doc 2016-05-21 11:08:48 -03:00
greenbreakfast
42a97e6d32 Merge branch 'master' of github.com:OnionIoT/fast-gpio 2016-04-19 13:53:46 -04:00
greenbreakfast
5b72793f9f added whitespace at the end of the file 2016-04-19 13:53:40 -04:00
Lazar
6015640d9d added GPLv3 license 2016-03-18 12:13:05 -04:00
Ricardo Guilherme Schmidt
39debc7efa Now sending 00 hex turns off the channel of led.
expled ff0000 is a command that never turned in a real led, instead a mix of 3 colors. expled 000000 now set gpio led state as 1 instead of sending a 100 duty PWM.
2016-03-10 20:42:05 -03:00
greenbreakfast
950316721b Changed printing mechanism, now supports output in json as well 2015-11-04 19:56:08 -05:00
greenbreakfast
f32340de01 old pwm processes are now killed when doing a set or setting direction 2015-10-21 17:39:34 -04:00
greenbreakfast
f3873e9e16 Fixed typo 2015-10-02 19:55:50 +08:00
greenbreakfast
56cc6b4e2b Added functionality to set and get pin direction 2015-10-02 19:51:02 +08:00
greenbreakfast
5a8d56d555 fixed unit typo in usage printout 2015-10-01 22:57:25 +08:00
greenbreakfast
dd85fd4913 Fixed output of read command, updated usage printout 2015-10-01 22:46:11 +08:00
greenbreakfast
4ca4037032 moved reusable functions to onion sh lib 2015-10-01 19:53:13 +08:00
greenbreakfast
8bf8bcf59c fix for verbosity 2015-10-01 19:03:32 +08:00
greenbreakfast
da3f4ea282 fixed typo 2015-10-01 18:58:15 +08:00
greenbreakfast
20a1d496fd Changed verbosity setting in program, changed script setup 2015-10-01 18:56:24 +08:00
greenbreakfast
74fc4ed122 fixes to script, can run on omega 2015-10-01 18:24:57 +08:00
greenbreakfast
a2c1886d7f Added print usage function, changed verbosity 2015-10-01 18:23:41 +08:00
greenbreakfast
921f358089 Modularized the exp led script for testing 2015-10-01 17:59:21 +08:00
greenbreakfast
b912a1a841 added script to accept RGB hex and program the LED 2015-09-12 18:31:24 +08:00
greenbreakfast
9b18572a67 implemented process child process creation for pwm (and cleanup of old child processes) 2015-09-12 18:30:40 +08:00
greenbreakfast
15dde3957f modularized the main function 2015-09-12 17:25:27 +08:00
greenbreakfast
9d3d06ced7 Initial commit of fast-gpio, gpio read and write is implemented, pwm implemented as well 2015-09-12 16:51:25 +08:00
Lazar
81222cb01f Initial commit 2015-09-12 16:34:03 +08:00