Skip to content

Instantly share code, notes, and snippets.

@rajeshpachaikani
rajeshpachaikani / main.rs
Created December 9, 2022 14:29
RUST - ESP32-C3 Connect to WiFi
// Dependencies
// esp-idf-sys = { version = "0.31.11", features = ["binstart"] }
// esp-idf-svc = "0.43.4"
// esp-idf-hal = "0.39.3"
// embedded-hal = "0.2.7"
// embedded-svc = "0.23.1"
use std::{
thread::sleep,
time::Duration,
@aavogt
aavogt / ZipAlign.hs
Last active December 20, 2015 09:48 — forked from tonymorris/ZipAlign.hs
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
{-# LANGUAGE ViewPatterns #-}
import Data.Foldable as F
import Data.Traversable as T
import Data.Monoid
import Control.Monad.State