initial checkin

This commit is contained in:
2017-12-16 23:24:55 -08:00
commit cb52f6f54e
11 changed files with 813 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
(defproject flux-led "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.9.0"]
[org.clojure/core.async "0.3.465"]
[clj-time "0.14.2"]
[clj-http "3.7.0"]
[tick "0.3.5"]
[org.clojure/data.json "0.2.6"]
[amalloy/ring-buffer "1.2.1"]
[tick "0.3.5"]])