mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-06 03:50:13 +02:00

commita81133c6c0
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Tue Feb 6 07:59:22 2024 +0100 Update timer_test.cpp commitaca520c506
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Tue Feb 6 07:55:00 2024 +0100 Added a test, new structure commit1d09dacccb
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 23:36:25 2024 +0100 Event setting commit5edfd6cdec
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 23:16:46 2024 +0100 Restore to working order, success! commit7f6eddca76
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 23:15:54 2024 +0100 Testing for failed unit tests commitdcd8dcade9
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 23:13:25 2024 +0100 Name change commitf1bff798c4
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 23:11:57 2024 +0100 Moved test files commit933d11f932
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 23:03:34 2024 +0100 More UT commit92fd0ac31b
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 23:01:44 2024 +0100 Update unit-tests.yml commit5785eeb111
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 22:57:35 2024 +0100 Update unit-tests.yml commitf4fa1115c1
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 22:55:27 2024 +0100 UT debugging commit396f41ed77
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 22:53:10 2024 +0100 Moved test folder previous location caused issues with building the main SW commitda8421dcff
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 22:42:13 2024 +0100 Unit test attempt commit44c02745bf
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 14:10:12 2024 +0100 Improvements and unit tests commit4d95fcfc31
Author: Cabooman <81711263+Cabooman@users.noreply.github.com> Date: Mon Feb 5 01:19:37 2024 +0100 First commit
6 lines
94 B
C++
6 lines
94 B
C++
#include "test_lib.h"
|
|
#include <cstdint>
|
|
|
|
MySerial Serial;
|
|
|
|
unsigned long testlib_millis = 0;
|