dennco project

DenncoCreator - alpha 2.0 release for Mac
Date: Dec 30, 2012

- How to run:

1. Execute "denncoCreator.app". It will launch the "dennco creator" application.
  (Though there is another application "QtDennco.app" on the same directory. 
   You don't need to execute it. DenncoCreator will launch it when required.)
 
2. - Select File -> Open... from menu and choose the directory contains the dennco application content to edit.
   - Select File -> New for create new dennco application content.


- 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
		
    Sample5_SimplePerceptron
      - A example to implement Perceptron neural network using dennco.
        To implement the logic. Following URL is referenced.
          http://en.wikipedia.org/wiki/Perceptron 
