Commit Graph

  • fac1f1c518 Merge pull request #2 from wujiang/wujiang/println Thorsten von Eicken 2016-08-27 00:31:59 -0700
  • 091d6f5588 gpio: don't fail if pin is already exported Thorsten von Eicken 2016-08-26 23:02:41 -0700
  • 938a071c1a add minimal support for NextThing CHIP, part 2 Thorsten von Eicken 2016-08-26 23:02:11 -0700
  • d9dd4b51a9 add minimal support for NextThing CHIP Thorsten von Eicken 2016-08-26 23:00:39 -0700
  • 6021814731 fix fatal error: concurrent map read and map write gotang 2016-08-20 14:10:49 +0800
  • 780d9e92ac Fixed SPIController issue with missing fields ssk 2015-11-03 19:24:27 +0530
  • e36e169d6c digitalPin: do not export if the /sys/class/gpio/... file already exists Tero Marttila 2016-06-23 00:51:19 +0300
  • b4e49affb5 Merge 802db1c399 into bfcd1345fe Cullen Jennings 2016-05-22 15:39:34 +0000
  • 802db1c399 reformat Cullen Jennings 2016-05-22 09:39:30 -0600
  • e87156263c fix bug with negative currents and add Power Cullen Jennings 2016-05-22 09:33:55 -0600
  • 97b1dae347 Added timeout to TimePulse Neagu Bogdan 2016-05-21 20:01:27 +0300
  • 69655b6c03 Add basic support for INA219 current sensor Cullen Jennings 2016-05-19 19:48:57 -0600
  • c3462ff178 Merge branch 'master' of github.com:kidoman/embd wiless 2016-04-22 07:02:11 +0530
  • c868297e0b removed debug println Max Matveev 2016-02-06 19:28:29 -0800
  • 5c026ec723 removed debug println Max Matveev 2016-02-06 19:27:58 -0800
  • 6e7e0c31bd fixed locking when closing 1-wire bus Max Matveev 2016-02-06 01:03:26 -0800
  • 4a75b30fcc import point to original repo Max Matveev 2016-02-06 00:51:02 -0800
  • d8c3f57dc1 fixed OneWire bus concurrency & sample Max Matveev 2016-02-06 00:48:54 -0800
  • 199e05ae40 fixed OneWire bus concurrency Max Matveev 2016-02-06 00:31:35 -0800
  • 5b489bdc8f Reverted back to the local imports so that OneWire compiles without pull request accepted in the origin Max Matveev 2016-02-05 22:31:46 -0800
  • 9c54f052e3 OneWire bus impl - removed debug println statements Max Matveev 2016-02-05 22:26:32 -0800
  • 212ddeafe6 OneWire bus impl - changed imports to the original ones so that merge is possible Max Matveev 2016-02-05 22:23:18 -0800
  • b6f5b3d2f6 OneWire bus impl Max Matveev 2016-02-05 22:16:51 -0800
  • 77e4c7d70e Merge 62497f2eb9 into bfcd1345fe zlowred 2016-02-06 08:31:39 +0000
  • 62497f2eb9 fixed OneWire bus concurrency Max Matveev 2016-02-06 00:31:35 -0800
  • fef92bd936 NPA-700 sensor support - requires https://github.com/kidoman/embd/pull/37 Max Matveev 2016-02-06 00:14:45 -0800
  • 7054cdbeea ds18b20 - requires https://github.com/kidoman/embd/pull/54 Max Matveev 2016-02-06 00:13:54 -0800
  • af12e6fa5d removing failed Stat use Gavin Cabbage 2015-10-10 23:58:24 -0400
  • 5e7af40a61 changed ReadBytes to get file size from stat Gavin Cabbage 2015-10-10 23:23:40 -0400
  • a453ad3b0f doc: fixed mixed up comments Gavin Cabbage 2015-08-30 09:48:43 -0400
  • df38fbffce ran gofmt Gavin Cabbage 2015-08-29 00:57:25 -0400
  • aceae212a1 build: fixed broken tests Gavin Cabbage 2015-08-29 00:53:34 -0400
  • eb03848208 i2c: added ReadBytes to I2CBus Gavin Cabbage 2015-08-29 00:42:44 -0400
  • 8ca822e51e Reverted back to the local imports so that OneWire compiles without pull request accepted in the origin Max Matveev 2016-02-05 22:31:46 -0800
  • 7497131d02 OneWire bus impl - removed debug println statements Max Matveev 2016-02-05 22:26:32 -0800
  • 14009091a0 OneWire bus impl - changed imports to the original ones so that merge is possible Max Matveev 2016-02-05 22:23:18 -0800
  • 82f119fadb OneWire bus impl Max Matveev 2016-02-05 22:16:51 -0800
  • b02fcae87d Give rpi some time to link digital pin property Wu Jiang 2016-01-21 15:42:27 -0500
  • 1cd92e3c2d Update mcp3008.go Nick Potts 2016-01-14 15:28:48 -0700
  • bb0bc69e8c Reference main lib, not my fork npotts 2016-01-10 16:00:19 -0700
  • 9242ae8dd9 Be more explicit in what is geting bitshifted npotts 2016-01-10 00:51:02 -0700
  • 90b7ee68d8 Dont panic due to potential issues (especially in light of error #24) npotts 2016-01-10 00:50:15 -0700
  • 24e96ba433 12 bit ADC needs to have initial request bits shifted a bit npotts 2016-01-10 00:23:03 -0700
  • 1224148572 Added example to use 12 bit veriant npotts 2016-01-10 00:02:42 -0700
  • 9f861dd162 Minor tweaks to work with 12-bit variat MCP3208, which is identical to the MCP3008 execpt for being 12 bits. npotts 2016-01-09 23:59:27 -0700
  • ad34e62432 Unexport digital pins on Close(). Wu Jiang 2015-12-28 21:02:13 -0500
  • e0276dc501 Merge b79c284fea into bfcd1345fe Wu Jiang 2015-12-28 23:58:35 +0000
  • b79c284fea Change reference from kidoman to embd Wu Jiang 2015-12-28 18:58:12 -0500
  • 9e2da05935 Unexport pins Wu Jiang 2015-12-28 18:54:36 -0500
  • 7a806ad108 Merge https://github.com/kidoman/embd Wu Jiang 2015-12-28 18:52:58 -0500
  • 9f410121be Add more fields to spi for rpi2 Wu Jiang 2015-12-22 18:53:55 -0500
  • b579567bb9 Merge 7a1b198cf4 into bfcd1345fe Claes Jakobsson 2015-12-22 23:51:14 +0000
  • 1b48067d77 Println doesn't accept formatting. Wu Jiang 2015-12-22 17:05:28 -0500
  • 06dc488f45 Merge 0e6096eea7 into bfcd1345fe Blake Gentry 2015-12-22 20:55:23 +0000
  • bfcd1345fe Merge pull request #40 from wujiang/master Karan Misra 2015-12-22 23:31:09 +0530
  • 42be169804 Fix typo Wu Jiang 2015-12-22 12:54:33 -0500
  • c1886eb5bf Fixed SPIController issue with missing fields ssk 2015-11-03 19:24:27 +0530
  • b296368a05 removing failed Stat use Gavin Cabbage 2015-10-10 23:58:24 -0400
  • 9d8285ca01 changed ReadBytes to get file size from stat Gavin Cabbage 2015-10-10 23:23:40 -0400
  • 0e6096eea7 add csChange, pad fields to spiIOCTransfer struct Blake Gentry 2015-10-05 21:50:38 -0700
  • 7a1b198cf4 htdp.Data is already an address so don't take address to that address Claes Jakobsson 2015-09-13 12:33:35 +0200
  • ae869cce5b Driver for our hardware Claes Jakobsson 2015-09-08 14:31:00 +0200
  • 48c26358bd doc: fixed mixed up comments Gavin Cabbage 2015-08-30 09:48:43 -0400
  • db5c9abb2a ran gofmt Gavin Cabbage 2015-08-29 00:57:25 -0400
  • afa49bb2bc build: fixed broken tests Gavin Cabbage 2015-08-29 00:53:34 -0400
  • 2e6bd46354 i2c: added ReadBytes to I2CBus Gavin Cabbage 2015-08-29 00:42:44 -0400
  • 21a23f897c ticker syntax fix Ryan Cox 2015-08-25 21:29:22 -0700
  • 578a009880 PR changes Ryan Cox 2015-08-25 21:03:19 -0700
  • b26f74efe8 changes from PR comments Ryan Cox 2015-08-25 20:52:48 -0700
  • 9166155d1d Merge remote-tracking branch 'upstream/master' Ryan Cox 2015-08-24 22:01:00 -0700
  • e020975d9b sht1x: add a new sht1x sensor Jason Jones 2015-08-18 16:51:51 -0800
  • 7cffa7f1e5 On some platform spidev devices has a name whos minor is > 255. Use an int instead of byte to set ID Claes Jakobsson 2015-07-10 18:58:07 +0200
  • 5065e49386 Merge pull request #28 from adeschamps/patch-1 Karan Misra 2015-05-10 07:30:28 +0530
  • 5c00ad4d58 Update README.md adeschamps 2015-05-09 20:44:15 -0400
  • 91dc0f5744 Merge pull request #19 from matthewdale/master Karan Misra 2015-04-09 14:50:57 +0530
  • 3254f15093 controller: add more descriptive docs to the hd44780 exported variables Matthew Dale 2015-04-09 00:52:27 -0700
  • 6f77cd6614 update title gh-pages Karan Misra 2015-04-04 03:52:01 +0530
  • 2c29aaa16a Merge pull request #25 from benschw/master Karan Misra 2015-04-02 04:37:42 +0530
  • 3574e65c8d moving ticker.Stop to defer statement when creating ticker Ben Schwartz 2015-03-31 20:22:47 -0500
  • 333194b96f style updates, removing time.Close Ben Schwartz 2015-03-31 20:16:06 -0500
  • 38897e416b style updates, removing error checking from defer, and closing timer channel Ben Schwartz 2015-03-31 18:16:02 -0500
  • 2e3e23a155 style updates and using ticker to time steps Ben Schwartz 2015-03-30 19:10:19 -0500
  • fa7488d9f5 Final NoteDb migration updates Ben Schwartz 2015-03-30 02:50:41 +0000
  • 317e9ee9d2 Create change Ben Schwartz 2015-03-30 02:50:41 +0000
  • 6a23705ba6 Final NoteDb migration updates Ryan Cox 2015-03-30 02:50:39 +0000
  • 161d10fdb7 Final NoteDb migration updates Ryan Cox 2015-03-30 02:50:39 +0000
  • 0f2ada1a61 Create change Ryan Cox 2015-03-30 02:50:39 +0000
  • cda69c5379 Create change Ryan Cox 2015-03-30 02:50:39 +0000
  • 4c38c66ccf Final NoteDb migration updates Matthew Dale 2015-03-30 02:50:36 +0000
  • 7852c720b8 Create change Matthew Dale 2015-03-30 02:50:36 +0000
  • 3fe80070ac Final NoteDb migration updates Matthew Dale 2015-03-30 02:50:34 +0000
  • 996f88078c Create change Matthew Dale 2015-03-30 02:50:34 +0000
  • afca55035c Imported from https://kidoman@github.com/kidoman/embd.git Karan Misra 2015-03-30 04:49:55 +0200
  • ae26e1d7f0 adding stepper motor example origin/pr/25 Ben Schwartz 2015-03-29 09:02:10 -0500
  • 915b3b76a7 interface: add an abstraction layer for character displays origin/pr/19 Matthew Dale 2015-02-21 22:50:56 -0800
  • bba94cdae2 doc: sostronk as sponsor Karan Misra 2015-02-18 19:49:50 +0530
  • 20fc71efcf doc: rpi 2 is now supported Karan Misra 2015-02-17 17:05:10 +0530
  • 6af1796f35 support detection of rpi 2 Karan Misra 2015-02-17 17:04:09 +0530
  • 69dfee5f75 rpi: add link to revision number details Karan Misra 2015-01-15 07:28:59 +0530
  • 714179b86b cli: print the rev number in hex Karan Misra 2015-01-15 06:56:14 +0530