Commit Graph

263 Commits

Author SHA1 Message Date
Thorsten von Eicken 6cfa481f30 Support SPI minor devices >255 (PR #33) 2016-09-05 23:13:14 -07:00
Thorsten von Eicken 56cb934dbf Update README for CHIP support by TvE 2016-09-05 23:11:12 -07:00
Thorsten von Eicken e16818f0aa add support for NextThing CHIP, part 3 2016-08-27 00:35:21 -07:00
Thorsten von Eicken 4503849da9 Merge pull request #3 from gavincabbage/gavincabbage-readbytes
Gavincabbage readbytes
2016-08-27 00:34:45 -07:00
Thorsten von Eicken e7d28415a8 Merge pull request #1 from wiless/master
Fix SPIController issue with missing fields
2016-08-27 00:32:08 -07:00
Thorsten von Eicken fac1f1c518 Merge pull request #2 from wujiang/wujiang/println
Println doesn't accept formatting.
2016-08-27 00:31:59 -07:00
Thorsten von Eicken 091d6f5588 gpio: don't fail if pin is already exported 2016-08-26 23:02:41 -07:00
Thorsten von Eicken 938a071c1a add minimal support for NextThing CHIP, part 2 2016-08-26 23:02:11 -07:00
Thorsten von Eicken d9dd4b51a9 add minimal support for NextThing CHIP 2016-08-26 23:00:39 -07:00
wiless c3462ff178 Merge branch 'master' of github.com:kidoman/embd 2016-04-22 07:02:11 +05:30
Wu Jiang 1b48067d77 Println doesn't accept formatting.
It looks like this is caused by confusion between `fmt.Println` and `fmt.Printf`.
2015-12-22 17:05:28 -05:00
Karan Misra bfcd1345fe Merge pull request #40 from wujiang/master
Fix typo
2015-12-22 23:31:09 +05:30
Wu Jiang 42be169804 Fix typo
TransferAndRecieveData --> TransferAndReceiveData
2015-12-22 12:54:33 -05:00
ssk c1886eb5bf Fixed SPIController issue with missing fields 2015-11-03 19:24:27 +05:30
Gavin Cabbage b296368a05 removing failed Stat use 2015-10-10 23:58:24 -04:00
Gavin Cabbage 9d8285ca01 changed ReadBytes to get file size from stat 2015-10-10 23:23:40 -04:00
Gavin Cabbage 48c26358bd doc: fixed mixed up comments 2015-08-30 09:48:43 -04:00
Gavin Cabbage db5c9abb2a ran gofmt 2015-08-29 00:57:25 -04:00
Gavin Cabbage afa49bb2bc build: fixed broken tests 2015-08-29 00:53:34 -04:00
Gavin Cabbage 2e6bd46354 i2c: added ReadBytes to I2CBus 2015-08-29 00:42:44 -04:00
Karan Misra 5065e49386 Merge pull request #28 from adeschamps/patch-1
Update README.md
2015-05-10 07:30:28 +05:30
adeschamps 5c00ad4d58 Update README.md
Fixed link for BH1750FVI documentation
2015-05-09 20:44:15 -04:00
Karan Misra 91dc0f5744 Merge pull request #19 from matthewdale/master
controller: add a lib for the HD44780 character display controller
2015-04-09 14:50:57 +05:30
Matthew Dale 3254f15093 controller: add more descriptive docs to the hd44780 exported variables 2015-04-09 00:52:27 -07:00
Karan Misra 2c29aaa16a Merge pull request #25 from benschw/master
adding stepper motor example
2015-04-02 04:37:42 +05:30
Ben Schwartz 3574e65c8d moving ticker.Stop to defer statement when creating ticker 2015-03-31 20:22:47 -05:00
Ben Schwartz 333194b96f style updates, removing time.Close 2015-03-31 20:16:06 -05:00
Ben Schwartz 38897e416b style updates, removing error checking from defer, and closing timer channel 2015-03-31 18:16:02 -05:00
Ben Schwartz 2e3e23a155 style updates and using ticker to time steps 2015-03-30 19:10:19 -05:00
Ben Schwartz ae26e1d7f0 adding stepper motor example 2015-03-29 09:02:10 -05:00
Matthew Dale 915b3b76a7 interface: add an abstraction layer for character displays
the characterdisplay package is an abstraction layer for controlling
character displays

also includes refactors to the hd44780 package to fit the
characterdisplay Controller interface
2015-02-25 00:12:09 -08:00
Karan Misra bba94cdae2 doc: sostronk as sponsor 2015-02-18 19:49:50 +05:30
Karan Misra 20fc71efcf doc: rpi 2 is now supported 2015-02-17 17:05:10 +05:30
Karan Misra 6af1796f35 support detection of rpi 2 2015-02-17 17:04:09 +05:30
Karan Misra 69dfee5f75 rpi: add link to revision number details 2015-01-15 07:28:59 +05:30
Karan Misra 714179b86b cli: print the rev number in hex 2015-01-15 06:56:14 +05:30
Karan Misra de0ad53f3f rpi: add support for rpi a+/b+ 2015-01-15 06:55:55 +05:30
Karan Misra f54c110445 support detection on rpi b+ 2015-01-15 06:36:01 +05:30
Ben Delarre bf6e647c1d detect host based on cpuinfo 2015-01-15 06:18:52 +05:30
Karan Misra 9aaadba2e3 gpio: better docs 2015-01-15 05:59:03 +05:30
Ben Delarre e6d0ea4225 gpio: added pinmap accessor for introspection usage 2015-01-15 05:47:02 +05:30
Kunal Powar 05c03968d7 doc: updated contributors list 2015-01-15 05:39:26 +05:30
Karan Misra 6003f2249d gpio: consistent naming 2015-01-15 05:35:21 +05:30
Ben Delarre b6f5d8d640 spi: added write method to allow writing without transfer delays 2015-01-15 05:33:49 +05:30
Karan Misra c78563a341 ci: update versions of go we build against 2015-01-15 02:43:28 +05:30
Matthew Dale dac729e4fd controller: add a lib for the HD44780 character display controller
the hd44780 package supports HD44780 character display controllers
connected by either a 4-bit GPIO bus or an I2C bus

it also includes a high-level wrapper for easily printing messages
2015-01-06 23:57:26 -08:00
Karan Misra 03b5f0ceb6 doc: update CONTRIBUTORS 2014-09-10 09:28:37 +05:30
Karan Misra c76ff101c6 Merge pull request #11 from SjB/gpio/interrupt
gpio: adding interrupt
2014-09-10 09:23:36 +05:30
Karan Misra b70d632937 Merge pull request #13 from alsm/master
embd, rpi: determine pi revision, make rev2 pinmap default
2014-09-10 09:19:05 +05:30
alsm 9401acd013 embd, rpi: determine pi revision, make rev2 pinmap default
added a function to determine the revision of the pi the program is
running on from "Revision" field in /proc/cpuinfo, also made the rev2
gpio pinmap the default
2014-09-09 15:57:27 +01:00