Commit Graph

  • 124fa6f98b I was so happy with recent Example refactors, did it for all packages Marc-Antoine Ruel 2018-03-18 19:43:03 -0400
  • 46011cfcbf MFRC522: Code review follow-up (#221) Eugene 2018-02-28 14:32:13 -0500
  • ddf7ca2519 Initial support for the Mifare MFRC522 RFID Reader (#220) Eugene 2018-02-28 10:14:02 -0500
  • 1f328237e7 README.md: add slack, remove gitter Marc-Antoine Ruel 2018-01-03 10:23:16 -0500
  • 6287555122 Add Cássio Botaro as contributor (#216) Cássio Botaro 2018-01-03 00:16:51 -0200
  • eccbfb4b4d removing redundant code (#213) Cássio Botaro 2018-01-02 23:35:01 -0200
  • 2f8171ed6c cap1188: refactor a bit. (#203) M-A 2017-12-27 18:06:58 -0500
  • b46e37feba Remove all time.Sleep calls during tests (#204) M-A 2017-12-23 21:29:59 -0500
  • 089b8dccab Reduce number of errcheck lint messages from 117 to 2. Marc-Antoine Ruel 2017-12-21 21:51:50 -0500
  • 68f531c751 cap1188 experimental device (#192) Matt Aimonetti 2017-12-18 09:14:21 -0800
  • 11522179a3 gpiostream: Implement LSB and MSB variations. (#188) M-A 2017-12-15 15:26:34 -0500
  • f015c64bb3 lepton: fix go test on go1.10beta1 Marc-Antoine Ruel 2017-12-12 14:29:57 -0500
  • e95c422e15 periph-smoketest: various usability improvements Marc-Antoine Ruel 2017-12-12 14:09:00 -0500
  • dd32a7900e devices: move units code to units.go Marc-Antoine Ruel 2017-12-10 17:20:33 -0500
  • 9e66c6ec1b Make the smoke tests more consistent Marc-Antoine Ruel 2017-12-10 16:59:59 -0500
  • ff89fa64cc Make hardware PWM work. (#171) simokawa 2017-12-09 23:33:53 +0900
  • 0b05c62a9e nrzled: add support for ws281x and clones (#165) M-A 2017-09-29 10:18:22 -0400
  • 7dc1026c65 conn: Add Resource, superseds devices.Device (#162) M-A 2017-09-25 09:25:18 -0400
  • 3d1aec5647 apa102: minor tweaks (#158) M-A 2017-09-17 20:13:12 -0400
  • e6e8b5e2b3 bmxx80: clarify NewSPI documentation Marc-Antoine Ruel 2017-09-10 20:58:24 -0400
  • 14f6450ea7 sysfs: Improve coverage for thermal Marc-Antoine Ruel 2017-08-25 12:02:20 -0400
  • 5e39729535 bmxx80: Merge bmp180 and bme280 and add support for bmp280 (#156) M-A 2017-08-25 10:33:25 -0400
  • bbed3b44f7 Fix negative RelativeHumidity.String() Marc-Antoine Ruel 2017-08-24 21:51:53 -0400
  • 70fd9082bb bmp180: promote to stable; fix bug in bme280 (#152) M-A 2017-08-21 08:36:08 -0400
  • e235d09bc8 gpioreg: Remove ByNumber() (#153) M-A 2017-08-21 08:32:43 -0400
  • 128c086c75 Fix various golint errors. Marc-Antoine Ruel 2017-08-20 20:29:15 -0400
  • ea63dac2c6 devices: Add Environmental.SenseContinuous(); implement for bme280 (#150) M-A 2017-08-20 14:40:37 -0400
  • 24ef228ca1 spi: Rename Port.DevParams to Connect (#149) M-A 2017-08-19 15:59:15 -0400
  • 1c4e51fe0c ssd1306: Remove dependency on golang.org/x/image/... Marc-Antoine Ruel 2017-08-12 18:14:16 -0400
  • 502fbee137 Remove the warning in README.md about versioning. Marc-Antoine Ruel 2017-08-10 12:46:15 -0400
  • 0947092379 bme280: Remove stale TODO for NewSPI Marc-Antoine Ruel 2017-07-14 15:48:24 -0600
  • e1b4eec42a spi: rename variables 'bus' to 'port' where applicable (#143) M-A 2017-06-12 09:56:30 -0400
  • 77af758e41 Set version of RPi for all known revisions (#138) Max Ekman 2017-05-30 22:24:19 +0200
  • f33f0732fb spi: Refactor Conn and ConnCloser into Conn, Port and PortCloser (#131) M-A 2017-05-28 21:02:11 -0400
  • 61c1b2c139 Add driver for Bosch BMP180 temp/pressure sensor (#132) Alexander Neumann 2017-04-29 15:23:21 +0200
  • b5aa4c03f3 use a newCalibration func like in bmp180 (#134) quinte17 2017-04-24 20:06:35 +0200
  • 27f14e663b bme280: fix Halt references Marc-Antoine Ruel 2017-04-24 10:16:47 -0400
  • 3af6409eeb README.md: add warning about breaking changes Marc-Antoine Ruel 2017-04-21 09:29:29 -0400
  • 2d01ba7dbe Simplifying code (#129) Matias Insaurralde 2017-04-20 16:49:39 -0400
  • 9dfa0dc52f Update link Marc-Antoine Ruel 2017-04-18 15:22:15 -0400
  • 8c668af634 small typos Marc-Antoine Ruel 2017-04-18 12:54:51 -0400
  • e5127f7abf devices: despise Fahrenheit a bit more Marc-Antoine Ruel 2017-04-18 12:48:28 -0400
  • debd177aa5 lepton: device driver for the FLIR Lepton Marc-Antoine Ruel 2017-04-18 11:50:10 -0400
  • 2853fb49f6 gpioreg: Switch aliases to be to names instead of numbers. Marc-Antoine Ruel 2017-04-13 11:41:34 -0400
  • bdefda99fb Add gitter.im chat room badge Marc-Antoine Ruel 2017-04-10 16:39:05 -0400
  • 2f70f83e86 Make conntest output copy-pastable; fix go vet issues Marc-Antoine Ruel 2017-04-09 22:41:24 -0400
  • fbf842d637 devices: Add devices.Device and Halt() for all device drivers Marc-Antoine Ruel 2017-04-09 21:17:04 -0400
  • 860d4aa457 For all IO, rename Write to W and Read to R Marc-Antoine Ruel 2017-04-09 21:13:44 -0400
  • b61c90429c spi: Add first version of TxPackets + NoCS, HalfDuplex, LSBFirst. Marc-Antoine Ruel 2017-04-08 22:15:08 -0400
  • aff3ae8a77 i2c and spi: clarify with SetSpeed vs LimitSpeed. Marc-Antoine Ruel 2017-04-05 16:27:04 -0400
  • 2dfb12af03 tm1637: increase coverage to 100% Marc-Antoine Ruel 2017-04-04 20:35:22 -0400
  • 2e0e8d4ee9 Minor cleanups in ds18b20 and ds248x. Marc-Antoine Ruel 2017-04-04 20:22:55 -0400
  • daad425c63 ssd1306: implement SPI and transparent differential update. Marc-Antoine Ruel 2017-04-04 17:13:04 -0400
  • 722b0f8824 conntest: Change Playback default to panic Marc-Antoine Ruel 2017-04-04 13:53:19 -0400
  • a0e9236c75 image1bit: make it more like stdlib Marc-Antoine Ruel 2017-04-04 09:41:01 -0400
  • 94686e7f5d bme280: Fix SPI, add smoke test. Marc-Antoine Ruel 2017-04-02 09:04:40 -0400
  • 7faec2c2d3 spi: Update spi.Conn to separate app and device configuration. (#123) M-A 2017-04-02 09:16:05 -0400
  • fd7cbfd4bf devices: Fix negative Milli Marc-Antoine Ruel 2017-04-01 21:56:18 -0400
  • edc050f0a7 Add mascot Marc-Antoine Ruel 2017-03-29 15:30:41 -0400
  • c8b66ce778 Split registries into their own packages. (#122) M-A 2017-03-29 14:37:35 -0400
  • cbac673bcf s/OpenByName/Open/g and d/OpenByNumber/ Marc-Antoine Ruel 2017-03-28 15:21:47 -0400
  • 9fe596f933 apa102: increase coverage to 100% Marc-Antoine Ruel 2017-03-27 13:20:54 -0400
  • ce258e061b conntest: Add 100% coverage Marc-Antoine Ruel 2017-03-26 22:26:10 -0400
  • 6620acdaca spi: Rewrite similar to how i2c was refactored (#120) M-A 2017-03-26 22:16:36 -0400
  • 7464232a5f Remove io.Writer from spi.Conn Marc-Antoine Ruel 2017-03-26 21:25:02 -0400
  • f14be69810 i2c: convert from "number only" to named buses plus aliases (#119) M-A 2017-03-26 16:06:50 -0400
  • d7c75db11b Add CONTRIBUTING.md so there's a banner on the PR. Marc-Antoine Ruel 2017-03-26 15:20:52 -0400
  • c15fd0bfa5 Add conn.Conn.Duplex() (#118) M-A 2017-03-25 15:36:57 -0400
  • 56aad834ae Promote onewire, ds18b20 and ds248x to stable. (#117) M-A 2017-03-25 09:38:20 -0400
  • 0c585b510a travis: Expose test failure, install missing packages Marc-Antoine Ruel 2017-03-24 21:48:19 -0400
  • f1d8127e0b Rename sample to example. Marc-Antoine Ruel 2017-03-19 09:43:06 -0400
  • 39aa0b9373 Update links without /doc/ Marc-Antoine Ruel 2017-03-19 09:29:33 -0400
  • c9298db3b0 Fix issues found by misspell, gofmt -s -w, golint and go vet; add badges Marc-Antoine Ruel 2017-03-15 09:26:11 -0400
  • 9031234a9b Fix actual link to SAMPLES Marc-Antoine Ruel 2017-03-10 15:11:58 -0500
  • 82983adf33 Deep link to samples Marc-Antoine Ruel 2017-03-10 14:21:55 -0500
  • a44f3ac129 Tidy up the docs. Marc-Antoine Ruel 2017-03-10 14:17:50 -0500
  • 61b5ae730a Migrated documentation to github.com/periph/website Marc-Antoine Ruel 2017-03-06 16:55:11 -0500
  • aa4d58cb95 Fix paths and rename all markdown files to README.md (#112) M-A 2017-03-06 13:48:42 -0500
  • b52a4b9f1d Make markdown files more compatible (#111) M-A 2017-03-03 22:22:25 -0500
  • bbcd750d5b Replace github.com/google with periph.io/x (#110) M-A 2017-03-02 20:21:56 -0500
  • adc0251b5a fix ssd1306 i2c commands (#107) Thorsten von Eicken 2017-01-01 20:13:38 -0800
  • a76f663ae2 Add onewire smoke test (#104) Thorsten von Eicken 2016-12-14 19:19:09 -0800
  • 2d5524c4cb gpio: Rename Edge constants. (#103) M-A 2016-12-14 00:09:06 -0500
  • 3368c35ef7 gpio: Rename Up and Down to PullUp and PullDown. (#93) M-A 2016-12-08 21:28:50 -0500
  • 77cb166f25 Fix the front page sample to be less cryptic. (#92) M-A 2016-12-08 09:27:23 -0500
  • b9bc3713f7 Improve documentation. (#90) M-A 2016-12-05 13:26:12 -0500
  • 0075d9e849 Increase polish. (#75) M-A 2016-11-23 13:32:11 -0500
  • 5cddc1641d host: migrate functions to subpackage cpu. (#63) M-A 2016-11-21 21:54:37 -0500
  • f7261fe4df doc: add more information about testing. (#69) M-A 2016-11-21 21:54:02 -0500
  • 8a8a4edc01 apa102: fix unit tests. Marc-Antoine Ruel 2016-11-21 21:27:59 -0500
  • 8925bb0af7 apa102: remove remaining float64 use and dependency on maruel/temperature. (#67) M-A 2016-11-21 16:31:22 -0500
  • 3bb6afb0ac Add support for DS248x i2c to onewire interface chip, and DS18B20 temp sensors (#59) Thorsten von Eicken 2016-11-21 06:01:10 -0800
  • 495d261bae periph: Remove Type; gpio: improve pin registering (#48) M-A 2016-11-18 00:03:52 -0500
  • 508e7b6b50 Improve error messages. (#46) M-A 2016-11-16 06:19:53 -0500
  • 01b45ab697 Add more examples, trim documentation. (#44) M-A 2016-11-14 11:58:50 -0500
  • 8bca85318d conn: Simplify Conn, rename i2c.Conn to i2c.Bus. (#40) M-A 2016-11-08 12:23:05 -0500
  • b939aeacd3 fix Celcius, fixes #34 (#35) Thorsten von Eicken 2016-10-31 08:43:53 -0700
  • ae8f618573 Rename pio to periph. (#27) M-A 2016-10-24 21:16:53 -0400
  • 5fce5c83f9 Rename lock to mu. (#16) M-A 2016-10-19 12:35:55 -0400
  • aa5269b72f fix some documentation text (#19) Thorsten von Eicken 2016-10-18 07:18:19 -0700