Jared Baxter / Mbed 2 deprecated Impedance_Fast_Circuitry_print_V_I

Dependencies:   mbed-dsp mbed

Fork of Impedance_Fast_Circuitry by Jared Baxter

Revisions of main.cpp

Revision Date Message Actions
33:9806eb964362 2015-01-09 cases 1,2,3 altered to test reset of motors File  Diff  Annotate
32:bf1e079a2ee3 2015-01-08 1: releases mallet, samples, and resets using hardcoded time delays; 2: releases mallet, samples when angle reaches 150, resets using hardcoded time delays File  Diff  Annotate
31:09e7a8b3c7e7 2014-12-19 What we used for the final presentation. File  Diff  Annotate
30:6a4ef939a93e 2014-12-11 This is what was working before I started changing it the morning of the presentation. File  Diff  Annotate
29:e6309316c35d 2014-12-09 Uses 'for' loop for sampling. Sampling looks great and works upto 32000 samples. Still needs motor control. File  Diff  Annotate
28:4a833d59897b 2014-12-07 Sampling w/o an interrupt and ethernet are working together. This is what I did on the saturday in the lab. File  Diff  Annotate
27:8c2b30c855d1 2014-12-05 Moved ethernet initialization to beginning of program. The program now compiles. File  Diff  Annotate
26:a00bf9837e03 2014-12-03 Kind of works, but probably wrong. File  Diff  Annotate
25:abbc19af13f9 2014-12-03 Everything compiles and works, except when TOTAL_SAMPLES is too large. Works at 100, and ethernet boots up at 10000 but can't connect to MATLAB. Check for memory leaks. File  Diff  Annotate
24:a5891669afc5 2014-12-03 Added angle encoder over ethernet functionality File  Diff  Annotate
23:9e5141647775 2014-12-03 Compiles and works with MATLAB with everything uncommented except for Sampler.attach_us(%timed_sample,yadadada File  Diff  Annotate
22:523e316cbe70 2014-12-03 Motor, angle encoder, and analog sampling code is all copied in, but it is commented out. I'm slowly uncommenting it and verifying that it runs properly piece by piece. I also changed the namespace. File  Diff  Annotate
21:1fb5023b72af 2014-12-03 API interfaces with MATLAB File  Diff  Annotate
20:f533b3c9296f 2014-11-18 working server File  Diff  Annotate
18:b17ddeeb1c09 2014-11-14 Reverted EthernetInterface. File  Diff  Annotate
17:2f978f823020 2014-11-14 Server/Client with preprocessor directive to distinguish. Doesn't compile the client but works for the server. Requires some fixing. File  Diff  Annotate
16:c3f922f61b8f 2014-11-14 This is what I wrote before I added the NetworkAPI library. File  Diff  Annotate
11:59dcefdda506 2012-08-10 Avoid sending null character in HTTP request; Update Ethernet and RTOS libraries to latest releases File  Diff  Annotate
9:4757a976148d 2012-07-27 Cleanup example File  Diff  Annotate
7:65188f4a8c25 2012-07-25 Update EthernetInterface File  Diff  Annotate
5:01f6c3e112af 2012-07-16 Updated EthernetInterface OS implementation to latest RTOS revision File  Diff  Annotate
2:e087e9b789e9 2012-07-02 Remove debug directives avoiding to change the default settings of the serial port. Add print of the IP address assigned by DHCP. File  Diff  Annotate
1:e2652bd064c6 2012-06-26 Switched from uint8_t* to char* for data type File  Diff  Annotate
0:bb128f0e952f 2012-06-26 Initial commit File  Diff  Annotate