changed default fp decimal places to 3
This commit is contained in:
4
print.c
4
print.c
@ -26,7 +26,9 @@
|
|||||||
#include <avr/pgmspace.h>
|
#include <avr/pgmspace.h>
|
||||||
#include "serial.h"
|
#include "serial.h"
|
||||||
|
|
||||||
#define DECIMAL_PLACES 4
|
#ifndef DECIMAL_PLACES
|
||||||
|
#define DECIMAL_PLACES 3
|
||||||
|
#endif
|
||||||
|
|
||||||
void printString(const char *s)
|
void printString(const char *s)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user