This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #include <cgreen/cgreen.h> | |
| #include <cgreen/mocks.h> | |
| double foobar(void) {return (double)unbox_double(mock());} | |
| double test_func(void) | |
| { | |
| return foobar(); | |
| } | |
| Ensure(foobar_returns_floating_point) | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | #define SCK_PIN 3 | |
| #define SI_PIN 4 | |
| #define AD_PIN 5 | |
| #define LATCH_PIN 6 | |
| #define BLK_PIN 7 | |
| #define ENC_B_PIN A0 | |
| #define ENC_A_PIN A1 | |
| #define GET_CHAR_START(ASCII) ((ASCII-32)*5) |