Skip to content

Instantly share code, notes, and snippets.

@simonliu009
simonliu009 / user_main.c
Last active January 7, 2019 13:59 — forked from 0x6e/user_main.c
ESP8266 Espressif RTC Example #ESP8266 #RTC
#include "ets_sys.h"
#include "osapi.h"
#include "user_interface.h"
os_timer_t rtc_test_t;
#define RTC_MAGIC 0x55aaaa55
typedef struct {
uint64 timeAcc;
uint32 magic;
@simonliu009
simonliu009 / yunfile_downloader
Last active January 7, 2019 13:59
Python: A python script #python #yunfile
#!/usr/bin/env python
# encoding: utf-8
"""
@version: 0.3
@author: endoffiht
@file: yunfile_downloader.py
@time: 15/6/29 18:06
"""