Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of 2014FEB4_Vibrometro_Xbee by
Diff: main.cpp
- Revision:
- 5:c208cb05dd4b
- Parent:
- 4:29f56a8a8390
- Child:
- 6:99df19f0f6eb
diff -r 29f56a8a8390 -r c208cb05dd4b main.cpp
--- a/main.cpp Mon Aug 05 00:23:42 2013 +0000
+++ b/main.cpp Thu Aug 22 01:39:08 2013 +0000
@@ -27,11 +27,11 @@
int main()
{
- xbee.baud(9600);
+ xbee.baud(19200);
reloj.start();
slp = 1; //Habilitado el modo de operación normal (MMA7361L)
g_sel = 0; //Ajusta la sensibilidad a 1.5g (cambiar a 1 para ajustar sensibilidad a 6g)
-
+
while(1) {
//char read [64] = {0};
//char readvar [512] = {0};
