1. 282b429 Add F() macro on WaterDispenser example by Marcela Oliveira · 6 years ago
  2. 81d607e Add F() macro on SpeedSensor by Marcela Oliveira · 6 years ago
  3. d864fdb Add F() macro on Light example by Marcela Oliveira · 6 years ago
  4. aef7b98 Add F() macro on Blink_RGB example by Marcela Oliveira · 6 years ago
  5. d9d9a96 Add F() macro on BeamSensor example by Marcela Oliveira · 6 years ago
  6. c146c54 Makefile: remove linux specific files by Paulo Serra Filho · 6 years ago
  7. 6b4fea8 Add connected substate by Claudio Takahasi · 6 years ago
  8. 552d2a0 nRF24: Fix address when accepting connection by Claudio Takahasi · 6 years ago
  9. c2c1d9d Add minor coding style fixes by Claudio Takahasi · 6 years ago
  10. dff64c4 examples: call function registerDefaultConfig() by Larissa Lages · 6 years ago
  11. 0d0fce4 saving config default from user input by Larissa Lages · 6 years ago
  12. cb36b68 Creating knot_thing_register_config_item() by Larissa Lages · 6 years ago
  13. 6fd84f2 Create default config function by Larissa Lages · 6 years ago
  14. 99c902a Fix hal headers include by Claudio Takahasi · 6 years ago
  15. 91cea34 knot-thing-main.c: Add default config by Paulo Serra Filho · 6 years ago KNOT-v01.02-rc10 KNOT-v01.02-rc11
  16. 94388c8 example: Fix defined pin for sensor in BeamSensor sketch by Paulo Serra Filho · 6 years ago
  17. 974507e knot_thing_main.c:Fix check for the last_item in verify_events() by Paulo Serra Filho · 6 years ago
  18. cb7268c knot_thing_protocol.c: Moving define for Arduino to correct place by Paulo Serra Filho · 6 years ago
  19. aec8ea1 knot_thing_main.c: Setting last_timeout when the item is registered by Paulo Serra Filho · 6 years ago
  20. 7f19f45 Fix registering sensors/actuators by Douglas Vasconcelos · 7 years ago KNOT-v01.02-rc05 KNOT-v01.02-rc06 KNOT-v01.02-rc07 KNOT-v01.02-rc08 KNOT-v01.02-rc09
  21. 0f3f2fe Remove leftover defines by Claudio Takahasi · 7 years ago
  22. 2f5209f example: Fix coding style in water dispenser app by Claudio Takahasi · 7 years ago
  23. a818c9e example: Change variables scope to local by Claudio Takahasi · 7 years ago
  24. 2531b8b Fix: number of bytes sent when write data by Paulo Serra Filho · 7 years ago
  25. f0dede2 Move upper/lower array to _data_items by Claudio Takahasi · 7 years ago
  26. edf29ff Remove leftover logging code by Claudio Takahasi · 7 years ago
  27. 8b9b41b Convert static local variable to local by Claudio Takahasi · 7 years ago
  28. 662ccd4 Fix warning invalid conversion by Marcela Oliveira · 7 years ago
  29. 6b78d6f Handle invalid device by Rodrigo Alves · 7 years ago KNOT-v01.02-rc03 KNOT-v01.02-rc04
  30. 0ec07ca Remove global variable by Claudio Takahasi · 7 years ago
  31. 2f658c0 Replacing for smaller types and using progmen for strings. by Lucas Cavalcanti · 7 years ago KNOT-v01.02-rc02
  32. 5a5a5f1 Documentation of Water Dispenser Application by Douglas Vasconcelos · 7 years ago
  33. 0e3f3da Removing bouncing TODO, cause bouncing will be threated by user on the read by Lucas Cavalcanti · 7 years ago
  34. ec9bf66 Removing TODO, which asks to delete if condition, but its a necessary code, by Lucas Cavalcanti · 7 years ago
  35. c53c978 Changing the return define to invalid_device, because the condition checks by Lucas Cavalcanti · 7 years ago
  36. 9748c1a Add Beam Sensor example by Erick Simões · 7 years ago
  37. 3a2e1ab Update: Makefile by Paulo Serra Filho · 7 years ago
  38. 7014c98 Remove unnecessary parenthesis by Gabriel Bandeira · 7 years ago
  39. d4ecc2a Remove unused variables by Gabriel Bandeira · 7 years ago
  40. c4933d5 Remove warning with a cast on pgm_read_word calls by Gabriel Bandeira · 7 years ago
  41. 834cd64 Add single function exit flow by Claudio Takahasi · 7 years ago
  42. 89edc53 Fix wrong callback verification by Claudio Takahasi · 7 years ago
  43. 3f80f50 Add minor code cleanup for write callback by Claudio Takahasi · 7 years ago
  44. 59a2936 Avoid getting current time unnecessarily by Claudio Takahasi · 7 years ago
  45. af3a5ce Use switch instead of if by Claudio Takahasi · 7 years ago
  46. 1e8d2c8 Simplify upper/lower limit assignment by Claudio Takahasi · 7 years ago
  47. 12fc352 Rename max_sensor_id to last_id by Claudio Takahasi · 7 years ago
  48. 76c51b9 Add cosmetic changes by Claudio Takahasi · 7 years ago
  49. 729eb04 Add static modifier to local functions by Claudio Takahasi · 7 years ago
  50. 93c313c Remove unnecessary log by Gabriel Bandeira · 7 years ago KNOT-v01.02-rc01
  51. 9d64fc8 Fix: Unnecessary logging by Erick Simões · 7 years ago
  52. c032804 Print Thing's MAC address on initialization by Gabriel Bandeira · 7 years ago
  53. 32ebfb4 Example DrinkingFountain renamed to WaterDispenser by Erick Simões · 7 years ago
  54. 4f5d51d Store offset in EEPROM by Erick Simões · 7 years ago
  55. 0e9ca43 Fix: Set button pin mode by Erick Simões · 7 years ago
  56. 0fd1356 Adding a security range in DrinkingFountain to avoid bounding by Erick Simões · 7 years ago
  57. a13b044 Reading DrinkFountain with a interval by Erick Simões · 7 years ago
  58. d667612 Add hal_log to thing protocol by Gabriel Bandeira · 7 years ago
  59. 23fce2b Change hal_log to use PROGMEM by Gabriel Bandeira · 7 years ago
  60. 8d7195f Add tare function to water dispenser by Douglas Vasconcelos · 7 years ago KNOT-v01.01
  61. 385cf15 Add LED to indicate connection status by Erick Simões · 7 years ago
  62. 5efde27 Fix not creating thing files according to the tag by Lucas Cavalcanti · 7 years ago
  63. 6a2d108 thing_main: Add static modifier to verify_events by Claudio Takahasi · 7 years ago
  64. 32e7df2 Fix sending data continuously after reaching upper or lower limit by Lucas Cavalcanti · 7 years ago
  65. 5e57566 Fix: evt_sensor_id not re-starting at verify_events by Lucas Cavalcanti · 7 years ago
  66. 6ecb929 Clear EEPROM if the mac address is invalid on initialization by Renie Delgado · 7 years ago
  67. 8a8cea9 Set new mac only if there isn't a valid mac on eeprom by Reniê Delgado · 7 years ago
  68. 2c36dff Fix: Send config response only if sucessfully stored by Paulo Serra Filho · 7 years ago
  69. 6d32f47 Update: Using the new knot_message_item by Paulo Serra Filho · 7 years ago
  70. e105eca Create schema_flag to inform if the GW received all the schemas by Paulo Serra Filho · 7 years ago
  71. 9ceee7e Fix: Folder example not created on Mac OSX by Erick Simões · 7 years ago
  72. 03acedc Makefile: Get lib version from command line if defined by Rodrigo Alves · 7 years ago
  73. 048b72d Fix: Folder example not created on Mac OSX by Erick Simões · 7 years ago
  74. 907e01f Fix: control reaches end of non-void function by Erick Simões · 7 years ago KNOT-v01.00
  75. 1217126 Fix: unused variable 'resp' by Erick Simões · 7 years ago
  76. 74f0c4e Fix: unused variable 'buffer' by Erick Simões · 7 years ago
  77. 5df26b3 Fix: comparison is always false due to limited range of data type by Erick Simões · 7 years ago
  78. f619d39 Fix: variable 'err' set but not used by Erick Simões · 7 years ago
  79. ac960c7 Add examples directory to zip by Erick Simões · 7 years ago
  80. 22747e2 Add: Drinking Fountain example by Paulo Serra Filho · 7 years ago
  81. 2d066fc deleted: WaterFountain example by Paulo Serra Filho · 7 years ago
  82. 164280b Add: Created README to the RGB example by Paulo Serra Filho · 7 years ago
  83. d812cf0 Modify RGB LED example by Paulo Serra Filho · 7 years ago
  84. c6f40b8 Modify clear_eeprom_pin on Arduino by Paulo Serra Filho · 7 years ago
  85. d198faa Update AUTHORS by Rodrigo Alves · 7 years ago
  86. 5bce7e6 Add: Create example to blink RGB LED by Paulo Serra Filho · 7 years ago
  87. d01b29e Refactor knot_thing_protocol_run by Paulo Serra Filho · 7 years ago
  88. 52807ac Fix return logic on mgmt_read by Paulo Serra Filho · 7 years ago
  89. 4b43476 Add: Create example for Light Switch by Paulo Serra Filho · 7 years ago
  90. fde4670 Add: Create example for the water fountain by Paulo Serra Filho · 7 years ago
  91. 38558e1 Fix time comparison in verify_events by Paulo Serra Filho · 7 years ago
  92. 685b6ef Add: Close conection after reseting eeprom by Rodrigo Alves · 7 years ago
  93. c623c04 Add: Check if nrfd disconnected by Rodrigo Alves · 7 years ago
  94. ac555e6 Add: Clear UUID and TOKEN before reading by Paulo Serra Filho · 7 years ago
  95. 2e1736a Fix: is_uuid returns 1 if uuid is valid by Rodrigo Alves · 7 years ago
  96. b2d10e1 Fix: Shift include nrf24.h to before comm.h by Paulo Serra Filho · 7 years ago KNOT-v01.00-rc03
  97. d17eb11 Add: New parameter in hal_comm_init by Paulo Serra Filho · 7 years ago
  98. fa7ec2f Add: Retransmit register/auth by Rodrigo Alves · 7 years ago KNOT-v01.00-rc02
  99. fe97dad Add: Timeout to retransmit schema message by Rodrigo Alves · 7 years ago
  100. 22ae35a Fix: Increment counter even when sensor id is not valid by Rodrigo Alves · 7 years ago