Europalab Devices produces a LoRaWAN transmitting client node, specialised for higher research of actuator and sensor assisted IoT networks. https://dev.europalab.com/nlnet/20200000/
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 line
1.0KB

  1. /**
  2. * \file conf_resource.h
  3. *
  4. * \brief Resource Configuration
  5. *
  6. * Copyright (c) 2020 Europalab Devices ApS
  7. *
  8. * \asf_license_start
  9. *
  10. * \page License
  11. *
  12. * This file is part of Sendcomm.
  13. *
  14. * Sendcomm is free software: you can redistribute it and/or modify
  15. * it under the terms of the GNU General Public License as published by
  16. * the Free Software Foundation, either version 3 of the License, or
  17. * (at your option) any later version.
  18. *
  19. * Sendcomm is distributed in the hope that it will be useful,
  20. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  21. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  22. * GNU General Public License for more details.
  23. *
  24. * You should have received a copy of the GNU General Public License
  25. * along with Sendcomm. If not, see <https://www.gnu.org/licenses/>.
  26. *
  27. * \asf_license_stop
  28. *
  29. */
  30. #ifndef CONF_RESOURCE_H_INCLUDED
  31. #define CONF_RESOURCE_H_INCLUDED
  32. #include "samr34_sendcomm.h"
  33. #define TEMP0 true
  34. #define AMBER_LED true
  35. #define RED_LED true
  36. #endif