Commit Graph

245 Commits

Author SHA1 Message Date
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
Wu Jiang 42be169804 Fix typo
TransferAndRecieveData --> TransferAndReceiveData
2015-12-22 12:54:33 -05: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
SjB 1d0dd75f23 gpio: added missing function in fakeDigitalPin 2014-09-02 23:33:07 -04:00
SjB 0fa1d1b61c gpio: adding interrupt
this is inspired by Dave Cheney's gpio library and his work on EPOLL
2014-09-02 23:12:55 -04:00
kunalpowar 6ad940090c fixing link errors 2014-05-22 14:41:07 +05:30
kunalpowar 64ce088b69 convertors: added doc 2014-05-22 14:33:32 +05:30
kunalpowar 66b6aaf1a9 spi: added go doc and updated readme 2014-05-22 12:10:14 +05:30
Karan Misra c28f7a2de9 Merge pull request #6 from kunalpowar/spi 2014-05-22 03:27:31 +05:30
kunalpowar bb82613c64 spi: code fixes in samples 2014-05-22 03:14:33 +05:30
kunalpowar 5965ddf789 spi: fix for breaking build 2014-05-22 03:03:22 +05:30
kunalpowar 32c9a96af5 spi: remove types from const declarations and added few more go docs 2014-05-22 02:58:15 +05:30
Karan Misra 9bc13a9654 fix a typo in the supported hosts list 2014-05-22 02:56:50 +05:30
kunalpowar 2d3dee8764 spi: more refactoring 2014-05-22 02:33:24 +05:30
kunalpowar 67d316851a spi: finishing touches 2014-05-22 02:22:18 +05:30
kunalpowar 0f23150374 spi: removing blank line 2014-05-22 02:22:18 +05:30
kunalpowar 454eca42d0 spi: got rid of shouldInitialize arg in spibus (redundant). 2014-05-22 02:22:18 +05:30
kunalpowar f80e6f624d spi: using defer for cleanup 2014-05-22 02:22:18 +05:30
kunalpowar 9206358abe spi: refactoring for err handling 2014-05-22 02:22:18 +05:30
kunalpowar c42a345a60 spi: added godoc 2014-05-22 02:22:18 +05:30
kunalpowar dbc97bd15c mcp3008: changes to use external spiBus 2014-05-22 02:22:18 +05:30