Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mihirpandya committed Aug 9, 2011
1 parent 116b695 commit d68aef8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions IMU.sql
@@ -0,0 +1,10 @@
create database IMU;

use IMU;

CREATE TABLE IMU (
ROLL FLOAT,
PITCH FLOAT,
YAW FLOAT
);

0 comments on commit d68aef8

Please sign in to comment.