Skip to content

TimDeve/carp-lang-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carp Arduino

This repo is an example on how to use carp-lang in conjunction with the Arduino framework on esp8266.

Setup

You will need to have platformio installed as well as a secrets.carp file in the root of the repo, it should look like this:

(defmodule Secrets
  (defn wifi-ssid [] @"<your-wifi-ssid>")
  (defn wifi-pass [] @"<your-wifi-password>"))

About

Example of using Carp with Arduino libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published