dennco project
pre-alpha 1.2 release for windows
Date: Apr 30, 2012
How to run:
- Execute StartEngine.bat. It will launch the "dennco engine" application.
- A sample containers are provided.
They are under Samples\Samples. Following samples are provided:
Sample1_SampleCells
- demonstrate the functionalities of the cells.
Sample2_SimpleStorageCells
- demonstrate the persistent storage functionality.
Sample3_Arduino1
- demonstrate the serial communication functionality.
Arduino uno is expected to be used as the device communicate to.
A sketch for arduino is provided under Arduino/sketch1
On dennco engine application, press [Choose Dir] button and choose the
directory.
Press [Start] button will load the sample and execute.
pre-alpha 1.2 release - What changed:
1. Persistent storage functionality is added.
2. Serial communication functionality is added.
3. Sample containers are added. They are under Samples\Samples
dennco project
pre-alpha 1.2 release for windows
Date: Apr 30, 2012
使い方:
- StartEngine.batを起動します。"dennco engine" アプリケーションが起動します。
- サンプルの dennco コンテナー定義ファイルが一つ提供されています。
サンプルは Samples\Samples ディレクトリ配下にあり、次のサンプルが提供されています。
Sample1_SampleCells
- cell の基本的な機能を使ったサンプル
Sample2_SimpleStorageCells
- 保存機能を用いたサンプル
Sample3_Arduino1
- シリアル通信機能を使ったサンプル
通信相手として Arduino Uno を想定
analog0 の読み込みと PWD3 からのアナログ出力をコントロール
Arduino Uno で動作させるスケッチを Arduino/sketch1 に提供
pre-alpha 1.2 release - 変更点:
1. 永続データ保存機能を追加
2. シリアル通信機能を追加
3. 永続データ保存機能、シリアル通信機能、それぞれの機能を確認するサンプルを提供。
(Samples/Samiles 配下)