Skip to content

Instantly share code, notes, and snippets.

View netseye's full-sized avatar
🎯
Focusing

netseye

🎯
Focusing
View GitHub Profile
#include <esp_camera.h>
#include <FastLED.h>
#include <SPI.h>
#include <SD.h>
#include <M5Unified.h>
#define KEY_PIN 1
#define LED_PIN 2
#define POWER_GPIO_NUM 18
@netseye
netseye / install.sh
Last active April 9, 2019 11:59
移动端开发工具集
#!/bin/bash
#https://cocoapods.org/
sudo gem install cocoapods
#https://github.com/fastlane/fastlane
# Alternatively using Homebrew
#brew cask install fastlane
sudo gem install fastlane -NV
#https://docs.ansible.com/