2012-04-21から1日間の記事一覧

main.cpp

#include "mbed.h" #include "EthernetNetIf.h" #include "WIZ820ioNetIf.h" #include "HTTPClient.h" #include "HTTPServer.h" #include <assert.h> Serial pc(USBTX, USBRX); //#define MBED_ETH #ifdef MBED_ETH EthernetNetIf eth; #else WIZ820ioNetIf eth; #endi</assert.h>…

gae_PachubeClient_debug.py

GAE

#!/usr/bin/env python # -*- coding: utf-8 -*- # gae_PachubeClient_debug.py 2012.4.21 import logging import os import re import time import datetime import StringIO from google.appengine.ext import db from google.appengine.ext import webapp…