Add an example of handling doubles on AVR platform.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Tue, 29 Jan 2013 20:10:37 +0000 (22:10 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Tue, 29 Jan 2013 20:10:37 +0000 (22:10 +0200)
commite4b55179d1f53c42916f5e62fb83789973bf4b01
tree4505321c4c14bdca6362b1e1bb1054c3588a4543
parent2392d255749715ad337d3f5e23d3de7f2065e3dd
Add an example of handling doubles on AVR platform.
example_avr_double/Makefile [new file with mode: 0644]
example_avr_double/README.txt [new file with mode: 0644]
example_avr_double/decode_double.c [new file with mode: 0644]
example_avr_double/double_conversion.c [new file with mode: 0644]
example_avr_double/double_conversion.h [new file with mode: 0644]
example_avr_double/doubleproto.proto [new file with mode: 0644]
example_avr_double/encode_double.c [new file with mode: 0644]
example_avr_double/test_conversions.c [new file with mode: 0644]