The renewal version of NuFM401.

Dependencies:   AQM0802A BufferedSerial FMOscillator MCP4922 mbed

Files at this revision

API Documentation at this revision

Comitter:
kb10uy
Date:
Sat Mar 21 08:30:54 2015 +0000
Child:
1:26bd8f8ad72f
Commit message:
initial commit;

Changed in this revision

AQM0802A.lib Show annotated file Show diff for this revision Revisions of this file
BufferedSerial.lib Show annotated file Show diff for this revision Revisions of this file
FMOscillator.lib Show annotated file Show diff for this revision Revisions of this file
MCP4922.lib Show annotated file Show diff for this revision Revisions of this file
Main.cpp Show annotated file Show diff for this revision Revisions of this file
Main.h Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/AQM0802A.lib	Sat Mar 21 08:30:54 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/tetsuya256/code/AQM0802A/#5cc8d4df601d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BufferedSerial.lib	Sat Mar 21 08:30:54 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/sam_grove/code/BufferedSerial/#9ee15ae3d1a3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FMOscillator.lib	Sat Mar 21 08:30:54 2015 +0000
@@ -0,0 +1,1 @@
+FMOscillator#4694572b86bd
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MCP4922.lib	Sat Mar 21 08:30:54 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/neilt6/code/MCP4922/#747ec9c5d80e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Main.cpp	Sat Mar 21 08:30:54 2015 +0000
@@ -0,0 +1,8 @@
+#include "Main.h"
+
+int main(void) {
+    while (1) {
+        
+    }
+    return 0;
+}
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Main.h	Sat Mar 21 08:30:54 2015 +0000
@@ -0,0 +1,10 @@
+#pragma once
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <math.h>
+
+#include "mbed.h"
+#include "MCP4922.h"
+#include "BufferedSerial.h"
+#include "AQM0802A.h"
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Mar 21 08:30:54 2015 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/mbed/builds/487b796308b0
\ No newline at end of file