Changeset 1971:35767fc5b144 in roaraudio for include/libroarlight


Ignore:
Timestamp:
06/12/09 01:32:33 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added more members to the state struct, added prototypes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroarlight/pwm.h

    r1970 r1971  
    4040struct roar_lpwm_state { 
    4141 int bits; 
     42 int fill; 
     43 int value; 
    4244 uint64_t s; 
    4345}; 
     46 
     47int roar_light_pwm_new (struct roar_lpwm_state * state, int bits ); 
     48int roar_light_pwm_set (struct roar_lpwm_state * state, int value); 
     49int roar_light_pwm_send(struct roar_lpwm_state * state, struct roar_vio_calls * vio, size_t len); 
    4450 
    4551#endif 
Note: See TracChangeset for help on using the changeset viewer.