Testing out the PPD42 Air Quality Sensor, with an MSP430 Launchpad and graphing the data with GNUplot.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.1 KiB

5 years ago
  1. /* config.h. Generated automatically by configure. */
  2. /* config.h.in. Generated automatically from configure.in by autoheader. */
  3. /* Define if you have the <asm/termbits.h> header file. */
  4. #define HAVE_ASM_TERMBITS_H 1
  5. /* Define if you have the <dlfcn.h> header file. */
  6. #define HAVE_DLFCN_H 1
  7. /* Define if you have the <fcntl.h> header file. */
  8. #define HAVE_FCNTL_H 1
  9. /* Define if you have the <grp.h> header file. */
  10. #define HAVE_GRP_H 1
  11. /* Define if you have the <pwd.h> header file. */
  12. #define HAVE_PWD_H 1
  13. /* Define if you have the <signal.h> header file. */
  14. #define HAVE_SIGNAL_H 1
  15. /* Define if you have the <sys/fcntl.h> header file. */
  16. #define HAVE_SYS_FCNTL_H 1
  17. /* Define if you have the <sys/file.h> header file. */
  18. #define HAVE_SYS_FILE_H 1
  19. /* Define if you have the <sys/signal.h> header file. */
  20. #define HAVE_SYS_SIGNAL_H 1
  21. /* Define if you have the <sys/time.h> header file. */
  22. #define HAVE_SYS_TIME_H 1
  23. /* Define if you have the <termios.h> header file. */
  24. #define HAVE_TERMIOS_H 1
  25. /* Name of package */
  26. #define PACKAGE "Serial"
  27. /* Version number of package */
  28. #define VERSION "2.1-6"