- Setting up bench
- Testing servo on both models (connected to VBAT)
- No problems encountered
- Testing servo + stepper
- RPIO module has problems running both at once (not a HW issue)
| app: [0, 82] | |
| device: [1, 82, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] | |
| app: [62, 83, 87, 0, 176, 0, 190, 0, 204, 0, 223, 0, 234, 0, 1, 1, 24, 1, 32, 1, 45, 1, 58, 1, 69, 1, 88, 1, 102, 1, 115, 1, 136, 1, 141, 1, 154, 1, 168, 1, 189, 1, 216, 1, 229, 1, 245, 1, 15, 2, 31, 2, 49, 2, 61, 2, 79, 2, 96, 2, 125, 2, 139, 2] | |
| device: [1, 83, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] | |
| app: [62, 83, 142, 2, 163, 2, 185, 2, 209, 2, 233, 2, 5, 3, 23, 3, 48, 3, 71, 3, 96, 3, 118, 3, 138, 3, 161, 3, 177, 3, 199, 3, 209, 3, 221, 3, 236, 3, 250, 3, 8, 4, 22, 4, 36, 4, 67, 4, 72, 4, 78, 4, 85, 4, 94, 4, 108, 4, 121, 4, 134, 4, 150, 4] | |
| device: [1, 83, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 |
| commit b0847df6e143b29d725c22f427673b193b17b450 | |
| Author: Jonathan Hefner <jonathan.hefner@gmail.com> | |
| Date: Thu Jan 22 18:45:10 2015 -0600 | |
| Fix typo and missing imports | |
| -- | |
| commit f2dda3b4552af69731925d78eaf37fe68f0d22f3 | |
| Author: Evan Czaplicki <info@elm-lang.org> |
| var Elm = Elm || { Native: {} }; | |
| Elm.Basics = Elm.Basics || {}; | |
| Elm.Basics.make = function (_elm) { | |
| "use strict"; | |
| _elm.Basics = _elm.Basics || {}; | |
| if (_elm.Basics.values) | |
| return _elm.Basics.values; | |
| var _op = {}, | |
| _N = Elm.Native, | |
| _U = _N.Utils.make(_elm), |
| Building dash-haskell-1.0.0.0... | |
| Preprocessing executable 'dash-haskell' for dash-haskell-1.0.0.0... | |
| [15 of 16] Compiling Options ( src/Options.hs, dist/build/dash-haskell/dash-haskell-tmp/Options.o ) | |
| src/Options.hs:38:5: | |
| Couldn't match expected type ‘Parser DbProvider’ | |
| with actual type ‘Mod OptionFields DbProvider -> Parser DbProvider’ | |
| Probable cause: ‘nullOption’ is applied to too few arguments | |
| In the second argument of ‘(<$>)’, namely | |
| ‘nullOption |
| --license: CC-0 | |
| --see: https://creativecommons.org/publicdomain/zero/1.0/ | |
| --Elm version: http://share-elm.com/sprout/53ee4e81e4b07afa6f9844c9 | |
| import FRP.Helm | |
| import qualified FRP.Helm.Window as Window | |
| import qualified FRP.Helm.Mouse as Mouse | |
| data Branch = Branch { branch_x1 :: Double |
| --license: CC-0 | |
| --see: https://creativecommons.org/publicdomain/zero/1.0/ | |
| --Elm version: http://share-elm.com/sprout/53ee4e81e4b07afa6f9844c9 | |
| import FRP.Helm | |
| import qualified FRP.Helm.Window as Window | |
| import qualified FRP.Helm.Mouse as Mouse | |
| data Branch = Branch { branch_x1 :: Double |
| (function() { | |
| var countries, country, json, key, one_test, test_bom; | |
| countries = get_local("data/countries.json"); | |
| test_bom = get_local("data/big_example.tsv", json = false); | |
| one_test = function(country) { | |
| stop(); | |
| return chrome.storage.local.set({ |
| #### Wed Jun 18 11:00:13 BST 2014 | |
| - Setting up bench | |
| #### Wed Jun 18 11:25:17 BST 2014 | |
| - Testing servo on both models (connected to VBAT) | |
| - No problems encountered | |
| - Testing servo + stepper | |
| - RPIO module has problems running both at once (not a HW issue) |
| #### Wed Jun 18 11:00:13 BST 2014 | |
| - Setting up bench | |
| #### Wed Jun 18 11:25:17 BST 2014 | |
| - Testing servo on both models (connected to VBAT) | |
| - No problems encountered | |
| - Testing servo + stepper | |
| - RPIO module has problems running both at once (not a HW issue) |