•
•
http://www.microsoft.com/ja-jp/communities/msp.aspx
•
•
ブログ



[参考] Windows Developer Program for IoT
https://dev.windows.com/en-us/featured/Windows-Developer-Program-for-IoT















 http://www.microsoft.com/ja-jp/education/dreamspark-students.aspx

 http://www.microsoft.com/ja-jp/mic/bizspark/
[参考] Dreamsparkからのクリスマスプレゼント
http://www.slideshare.net/tnkt37/dreamspark-42910601

 http://ms-iot.github.io/content/SetupGalileo.htm




[参考] Intel Galileo で Windows Developer Program for IoT
http://www.syuheiuda.com/?p=3136




[参考] Intel Galileo で Windows Developer Program for IoT
http://www.syuheiuda.com/?p=3136




[参考] Intel Galileo で Windows Developer Program for IoT
http://www.syuheiuda.com/?p=3136


[参考] Windows for IoT on Intel Galileoで L チカ
http://www.syuheiuda.com/?p=3140


[参考] Windows for IoT on Intel Galileoで L チカ
http://www.syuheiuda.com/?p=3140


[参考] Windows for IoT on Intel Galileoで L チカ
http://www.syuheiuda.com/?p=3140

[参考] Windows for IoT on Intel Galileoで L チカ
http://www.syuheiuda.com/?p=3140




[参考] Windows for IoT で analogRead / analogWrite
http://www.syuheiuda.com/?p=3166

#include "stdafx.h"
#include "arduino.h"
int _tmain(int argc, _TCHAR* argv[])
{
return RunArduinoSketch();
}
int led = 3; // This is the pin the LED is attached to.
int val = 0;
void setup()
{
}
// the loop routine runs over and over again forever:
void loop()
{
val = analogRead(0);
analogWrite(led, val/16);
delay(100);
}
[参考] Windows for IoT で analogRead / analogWrite
http://www.syuheiuda.com/?p=3166



これが BreakPoint


 http://www.syuheiuda.com/?cat=37

 http://www.atmarkit.co.jp/ait/subtop/features/dotnet/vs2013primer_index.html

Windows for IoT で始める効率的なガジェット開発(基礎)

Editor's Notes