Jake Goodwin jakegoodwin
  • Oregon
  • https://gorge.works
  • Software/Firmware developer:

    Languages of choice: C, Rust, sh and bash, python, AVR assembly/Risc-V assembly

    Editors: Vim, Hx(Helix), vscode(Open source version)

    CLI Tools: Links, Tmux, grep/ripgrep, git

  • Joined on 2022-12-13
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-10-19 06:02:28 +00:00
106caf86d7 removed now unused static function, is_below_target()
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-10-19 05:53:12 +00:00
06b0686651 Added more detailed code comments for the defines
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-10-19 05:48:35 +00:00
4ba6863eae Wrote code to pass new tests for hysteresis
8d7af1d678 Added more port b tests
c2a5e94bae Updated same tests for the port b
0e7deea6e7 Updated tests for the the port a handler function.
3caa74f642 Added the needed defines for the high and low hysteresis points.
Compare 6 commits »
jakegoodwin opened issue TDD-Templates/cmake_cpputest_template#17 2024-10-01 04:38:12 +00:00
[BUG] Bad include directory
jakegoodwin opened issue TDD-Templates/cmake_cpputest_template#16 2024-10-01 04:37:21 +00:00
[BUG] Missing color on test harness output
jakegoodwin pushed tag v1.1.0 to client_code_fg004/thermostat 2024-09-24 23:52:32 +00:00
jakegoodwin released v1.1.0 at client_code_fg004/thermostat 2024-09-24 23:52:32 +00:00
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-09-24 23:51:01 +00:00
156dfb6e09 changed to do ZCD inside the main loop.
f55dd8165a MPLABX
Compare 2 commits »
jakegoodwin pushed to main at client_code_fg004/thermostat 2024-09-24 23:09:42 +00:00
37c38bf25d white space
jakegoodwin pushed tag v1.1.1 to client_code_fg004/Low 2024-09-24 16:40:50 +00:00
jakegoodwin released v1.1.1 at client_code_fg004/Low 2024-09-24 16:40:50 +00:00
jakegoodwin pushed to main at client_code_fg004/Low 2024-09-24 16:39:30 +00:00
004f8f3bb5 Added tests for the changed load module.
0287c67281 Changed the load.h and load.c files for better documentation and differnt threshold values.
Compare 2 commits »
jakegoodwin pushed tag v1.2.1 to client_code_fg004/High 2024-09-24 16:33:33 +00:00
jakegoodwin released v1.2.1 at client_code_fg004/High 2024-09-24 16:33:33 +00:00
jakegoodwin pushed to main at client_code_fg004/High 2024-09-24 16:31:58 +00:00
ac94fdc304 Added tests that account for new threshold values.
2200e58002 Changed the duplicated setup of expectations into the setup and teardown functions.
1761ea38d9 Extracted duplicated code for ADC. Added new helper functions.
5df1d549bd Added function signiture and documentation for it.
Compare 4 commits »
jakegoodwin pushed to main at client_code_fg004/High 2024-09-24 16:18:06 +00:00
854f163556 changed the low and high threshold values used in the load.c file. Also added documentatin for functions and removed some unused code.
jakegoodwin pushed to main at client_code_fg004/High 2024-09-21 01:16:01 +00:00
cbede38910 Removed magic numbers in load.c for the defines in header.
jakegoodwin pushed tag v1.2.0 to client_code_fg004/High 2024-09-14 20:08:01 +00:00
jakegoodwin released v1.2.0 at client_code_fg004/High 2024-09-14 20:08:01 +00:00
jakegoodwin pushed to main at client_code_fg004/High 2024-09-14 20:05:46 +00:00
dbdba2ff9e Updated configuration in MPLABX