Changes between Initial Version and Version 1 of Where_is_up

Show
Ignore:
Timestamp:
11/06/08 20:17:46 (22 months ago)
Author:
ayoung@… (IP: 127.0.0.1)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Where_is_up

    v1 v1  
     1 
     2== Where is up?  Using the ADXL330 3-axis accelerometer == 
     3 
     4'''Background''' 
     5 
     6Another long term project waiting for Mbed as a development tool.  Previously limited by 2-axis, USB, unfathomable code, wrong resolution etc.  All comes together in the ADXL330 3-axis analog output accelerometer hitched in with Mbed. 
     7 
     8[http://www.coolcomponents.co.uk/catalog/product_info.php?cPath=36&products_id=95] 
     9 
     10Since the Nokia 6610 LCD is working (thanks Simon), I really like it and use it a lot. So that's what I use here.  For you retro types the TextLCD code is included.  Wiring is as per the code. 
     11 
     12'''Photo with Nokia''' 
     13 
     14[[Image(source:Where_is_up/doc/Accel.jpg)]] 
     15 
     16'''Nokia 6610 code'''  
     17 
     18 
     19[[Include(source:Where_is_up/examples/main.cpp)]] 
     20 
     21 
     22'''TextLCD code''' 
     23 
     24[[Include(source:Where_is_up/examples/Text_LCD_version/main.cpp)]]