• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

blues / note-arduino / 13525993777

25 Feb 2025 04:24PM CUT coverage: 90.526%. Remained the same
13525993777

Pull #136

github

web-flow
Merge d7a979fa0 into 663921d4f
Pull Request #136: Update `note-c` and prepare for 1.6.4

98 of 137 branches covered (71.53%)

Branch coverage included in aggregate %.

332 of 338 relevant lines covered (98.22%)

15.22 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/NoteTxn_Arduino.hpp
1
#ifndef NOTE_TXN_ARDUINO_HPP
2
#define NOTE_TXN_ARDUINO_HPP
3

4
#include "NoteTxn.hpp"
5

6
class NoteTxn_Arduino final : public NoteTxn
7
{
8
public:
9
    NoteTxn_Arduino (uint8_t ctx_pin, uint8_t rtx_pin);
10
    bool start (uint32_t timeout_ms) override;
11
    void stop (void) override;
12

13
private:
14
    uint8_t _ctx_pin;
15
    uint8_t _rtx_pin;
16
};
17

18
#endif // NOTE_TXN_ARDUINO_HPP
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc